1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Give iframes in posts a max width

This commit is contained in:
Toby Zerner
2015-09-08 11:51:36 +09:30
parent ca53a63fd8
commit 334d598d56

View File

@@ -138,7 +138,7 @@
font-size: 100%; font-size: 100%;
font-weight: bold; font-weight: bold;
} }
img { img, iframe {
max-width: 100%; max-width: 100%;
} }
} }