mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
add max-width to all img in onebox-result-body
This commit is contained in:
parent
fa1ba6791b
commit
6aaa0ffe5e
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ a.loading-onebox {
|
|||
.onebox-result-body {
|
||||
padding: 5px;
|
||||
font-family: Georgia, Times, "Times New Roman", serif;
|
||||
img {
|
||||
max-width:200px;
|
||||
}
|
||||
h3, h4 {
|
||||
margin: 0px !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue