mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Make sure footer links don't break in Chrome when zooming
Bug: 47897 Change-Id: I05041231b69035c12b0898176eb37d311186043d
This commit is contained in:
parent
456a5e8774
commit
a61592465e
|
@ -108,7 +108,8 @@
|
|||
clear: left;
|
||||
float: left;
|
||||
padding: 15px 15px 15px 60px;
|
||||
width: 150px;
|
||||
/* 149px instead of 150px due to Chrome rounding bug (bug 47897) */
|
||||
width: 149px;
|
||||
min-height: 14px;
|
||||
font-size: 13px;
|
||||
/* @embed */
|
||||
|
|
Loading…
Reference in a new issue