2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #3372 from techAPJ/patch-3

FIX: scale large vertial images for onebox
This commit is contained in:
Jeff Atwood 2015-04-13 20:02:00 -07:00
commit f996b77470

View file

@ -131,7 +131,7 @@ aside.onebox {
img { img {
max-height: 80%; max-height: 80%;
max-width: 25%; max-width: 20%;
height: auto; height: auto;
float: left; float: left;
margin-right: 10px; margin-right: 10px;