1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Small style fix

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-09-09 14:51:31 +03:00
parent 79fd4c895d
commit aa4b993491

View File

@ -46,7 +46,8 @@
}
.clusterName {
@apply break-words font-bold overflow-hidden;
@apply font-bold overflow-hidden;
word-break: break-word;
color: var(--textColorAccent);
display: -webkit-box;
/* Simulate text-overflow:ellipsis styles but for multiple text lines */