From 487275877d8ce5dd091a96ee7e036939d287566e Mon Sep 17 00:00:00 2001 From: pginer Date: Thu, 16 Aug 2012 10:46:37 +0200 Subject: [PATCH] Fix bug 39417 - Scrollbars appear for ULS regions Modified overflow property to avoid vertical scrollbars. Change-Id: I93fdb98207348e8b105c223f3d4518b8bbed9bee --- css/jquery.uls.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index ab16834..a9433b6 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -77,7 +77,7 @@ bottom: 2px; position: absolute; font-size: 13px; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; width: 100%; }