Prevent extra scrolling

This commit is contained in:
Dave Pedu 2015-02-13 17:07:16 -08:00
parent b00690c186
commit 2150c5bd9f
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ ul#root > li {
background-size: 16px 16px;
background-position: 20px center; }
ul#root > li > ul > li > span {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block; }

View File

@ -152,7 +152,7 @@ ul#root {
background-size: 16px 16px;
background-position: 20px center;
&>span {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;