mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Expanding tolerations div width Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Adding tolerations table Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fixing tolerations table styles Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Adding <PodTolerations/> tests Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Add new line at the end of the file for linter Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
14 lines
201 B
SCSS
14 lines
201 B
SCSS
.PodTolerations {
|
|
.TableHead {
|
|
background-color: var(--drawerSubtitleBackground);
|
|
}
|
|
|
|
.TableCell {
|
|
white-space: normal;
|
|
word-break: normal;
|
|
|
|
&.key {
|
|
flex-grow: 3;
|
|
}
|
|
}
|
|
} |