mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Break words in long links
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
bd808fc47c
commit
d3c858bce2
@ -20,6 +20,10 @@
|
||||
background: var(--blue);
|
||||
color: var(--sidebarActiveColor);
|
||||
}
|
||||
|
||||
span {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
.expandIcon {
|
||||
@ -33,7 +37,7 @@
|
||||
border-color: var(--blue);
|
||||
}
|
||||
|
||||
> .SidebarItem {
|
||||
.SidebarItem {
|
||||
color: var(--textColorPrimary);
|
||||
padding-left: 28px;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user