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