UX: Fix improper aspect ratio for xkcd oneboxes
This commit is contained in:
parent
b92b654ea3
commit
a9d5d2aee6
|
@ -135,6 +135,7 @@ aside.onebox {
|
|||
max-height: 170px;
|
||||
max-width: 20%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue