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-height: 170px;
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
width: auto;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue