mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
(css) Improve display of folder name
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user