mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
add img max width to embedded iframe comments
This commit is contained in:
parent
7c19863d90
commit
70fc006991
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ article.post {
|
|||
margin-left: 100px;
|
||||
word-wrap: break-word;
|
||||
|
||||
img {
|
||||
max-width:100%;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue