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:
parent
79fd4c895d
commit
aa4b993491
@ -46,7 +46,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clusterName {
|
.clusterName {
|
||||||
@apply break-words font-bold overflow-hidden;
|
@apply font-bold overflow-hidden;
|
||||||
|
word-break: break-word;
|
||||||
color: var(--textColorAccent);
|
color: var(--textColorAccent);
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
/* Simulate text-overflow:ellipsis styles but for multiple text lines */
|
/* Simulate text-overflow:ellipsis styles but for multiple text lines */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user