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

Fix TableCell line-height

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-16 10:12:56 +03:00
parent 69e94267ef
commit c7c5e15e31

View File

@ -8,6 +8,7 @@
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1;
&.menu {
@include table-cell-action;