From e2ea9e5267ad2024c983c397fdd5fc3c6d4c4d29 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Tue, 15 Dec 2015 21:51:35 -0500 Subject: [PATCH] Tweak teambuilder appearance --- style/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index d09180734..954e7480e 100644 --- a/style/client.css +++ b/style/client.css @@ -1971,6 +1971,7 @@ a.ilink.yours { border-left: 5px solid #d7e3ec; width: 154px; overflow: auto; + overflow-x: hidden; } .teampane { position: absolute; @@ -1978,7 +1979,7 @@ a.ilink.yours { top: 0; right: 0; bottom: 0; - padding: 5px 0 5px 8px; + padding: 5px 0 5px 12px; overflow: auto; } @media (max-width:649px) {