fix: switch small and medium table row size.

This commit is contained in:
a.bouhuolia
2021-09-26 13:14:03 +02:00
parent cd5116dbcb
commit 31d2b1b09a
6 changed files with 30 additions and 11 deletions

View File

@@ -273,6 +273,21 @@
display: flex;
width: 100%;
}
&-size{
&--medium{
.tbody .tr{
background-size: red;
min-height: 46px;
}
}
&--small{
.tbody .tr{
min-height: 40px;
}
}
}
}
.no-results {
@@ -335,6 +350,9 @@
.ReactVirtualized__Grid {
will-change: auto !important;
}
}
.table-constrant {