From c12785802555c8283915c932e78650788edbc9b6 Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 21 Nov 2018 20:52:17 -0800 Subject: [PATCH] Don't cut-off language names vertically (#328) Bug: [T210111](https://phabricator.wikimedia.org/T210111) --- css/jquery.uls.lcd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.uls.lcd.css b/css/jquery.uls.lcd.css index 1f99155..a97121d 100644 --- a/css/jquery.uls.lcd.css +++ b/css/jquery.uls.lcd.css @@ -94,7 +94,7 @@ font-size: 14px; display: inline-block; width: 100%; - overflow: hidden; + overflow-x: hidden; /* * Some languages have long names for various reasons and we still want * them to appear on one line.