From 37d8313e8ea790ac1152ed1d4ecd264591e65ea1 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 29 Mar 2016 02:55:49 -0400 Subject: [PATCH] Improve teambuilder zoom support This gives one pixel of horizontal space as overflow buffer for the stats button in the teambuilder. It doesn't seem to improve the range of zoom values in Chrome, but perhaps it'll help Firefox or something. --- style/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/client.css b/style/client.css index e450d280c..b2e6ce23a 100644 --- a/style/client.css +++ b/style/client.css @@ -2559,6 +2559,7 @@ a.ilink.yours { .setstats { width: 138px; height: 108px; + padding-right: 0; } .setstats:focus,.setstats:active { width: 140px;