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 {