mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing tolerations table styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
140abbe459
commit
96beb0f2d9
@ -1,6 +1,10 @@
|
||||
.PodDetailsTolerations {
|
||||
grid-template-columns: auto;
|
||||
|
||||
.PodTolerations {
|
||||
margin-top: var(--margin);
|
||||
}
|
||||
|
||||
// Expanding value cell to cover 2 columns (whole Drawer width)
|
||||
|
||||
> .name {
|
||||
|
||||
@ -1,10 +1,14 @@
|
||||
.PodTolerations {
|
||||
.TableHead {
|
||||
background-color: var(--drawerSubtitleBackground);
|
||||
}
|
||||
|
||||
.TableCell {
|
||||
white-space: normal;
|
||||
word-break: normal;
|
||||
|
||||
&.key {
|
||||
flex-grow: 4;
|
||||
flex-grow: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -69,7 +69,6 @@
|
||||
padding: var(--spacing);
|
||||
|
||||
.Table .TableHead {
|
||||
background-color: $contentColor;
|
||||
border-bottom: 1px solid $borderFaintColor;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user