2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

add img max width to embedded iframe comments

This commit is contained in:
Jeff Atwood 2014-03-22 15:51:46 -07:00
parent 7c19863d90
commit 70fc006991

View file

@ -67,6 +67,9 @@ article.post {
margin-left: 100px; margin-left: 100px;
word-wrap: break-word; word-wrap: break-word;
img {
max-width:100%;
}
p { p {
margin: 0 0 1em 0; margin: 0 0 1em 0;
} }