1
0
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:
Alex Andreev 2023-02-06 11:56:07 +03:00
parent 18ad81a13d
commit 2852a4f8d2

View File

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