(css) Improve display of folder name

This commit is contained in:
Francis Lachapelle
2015-09-14 14:58:00 -04:00
parent 47ab4b837c
commit 92bf494973
3 changed files with 9 additions and 2 deletions
@@ -81,6 +81,13 @@ hgroup {
}
}
.sg-folder-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1 1 auto;
}
.sg-toolbar-search {
padding: $toolbar-padding 0;
}