1
0
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:
Alex Andreev 2022-08-30 11:11:46 +03:00
parent bd808fc47c
commit d3c858bce2

View File

@ -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;