mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
Fix table row heights (#5652)
This commit is contained in:
parent
9c420d6f1e
commit
96ed99a06b
@ -48,6 +48,7 @@
|
||||
transition: none;
|
||||
opacity: 0;
|
||||
margin-left: var(--padding);
|
||||
width: calc(var(--unit) * 2);
|
||||
|
||||
&:hover {
|
||||
/* Drop styles defined for <Icon/> */
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
&:not(.isExpanded) {
|
||||
white-space: unset;
|
||||
overflow: unset;
|
||||
text-overflow: unset;
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,7 @@
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-height: 1;
|
||||
|
||||
&.menu {
|
||||
@include table-cell-action;
|
||||
|
Loading…
Reference in New Issue
Block a user