mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
(css) Enlarge clickable zone in sidenav list
This commit is contained in:
@@ -52,12 +52,13 @@ md-list-item {
|
||||
}
|
||||
|
||||
.sg-item-name {
|
||||
font-size: sg-size(button);
|
||||
max-width: 75%; // leave some place for a secondary button
|
||||
text-transform: initial;
|
||||
overflow: hidden;
|
||||
align-items: flex-start;
|
||||
font-size: sg-size(button);
|
||||
line-height: $list-item-height;
|
||||
max-width: 75%; // leave some place for a secondary button
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: initial;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.sg-inline-list-icon-label {
|
||||
|
||||
Reference in New Issue
Block a user