From e2309acafcdd84b53a346e643a686fa8a45c0ad0 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 15 Jul 2013 18:51:43 -0400 Subject: [PATCH] fix label overflow in toggle lists. --- css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/app.css b/css/app.css index 73fa15a03..fb08d2c67 100644 --- a/css/app.css +++ b/css/app.css @@ -256,6 +256,9 @@ ul li { list-style: none;} -moz-transition: all 100ms; -o-transition: all 100ms; transition: all 100ms; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .toggle-list > label:hover {