mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Fix the column widths of the user page multi list.
The width of em units were varying across platforms wrt the box size.
This commit is contained in:
@@ -5098,9 +5098,11 @@ table.calendar {
|
||||
|
||||
#side-multi-list {
|
||||
li {
|
||||
@columns: 3;
|
||||
@column-spacing: 3px;
|
||||
display: inline-block;
|
||||
width: 7.5em;
|
||||
margin-right: .5em;
|
||||
width: 288px / @columns - @column-spacing;
|
||||
margin-right: @column-spacing;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user