mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
(js) Fix selected message class in advanced search
Also improved display of accounts subheaders.
This commit is contained in:
@@ -369,6 +369,12 @@ html p {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.sg-no-wrap {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.sg-label-outline {
|
||||
// See also .sg-outline-button in button.scss
|
||||
border-width: 1px;
|
||||
|
||||
Reference in New Issue
Block a user