mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Do not break long words
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
18ad81a13d
commit
2852a4f8d2
@ -22,7 +22,8 @@
|
||||
}
|
||||
|
||||
span {
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,6 +36,8 @@
|
||||
&[data-expandable="true"] {
|
||||
> .navItem > span {
|
||||
font-weight: bolder;
|
||||
color: var(--textColorAccent);
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user