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 {

View File

@@ -6,9 +6,6 @@
.bigcapital-datatable {
.table {
.tbody {
.tr{
min-height: 46px;
}
.item_type.td {
.bp3-tag {
font-size: 13px;

View File

@@ -4,9 +4,6 @@
.bigcapital-datatable{
.tbody{
.tr{
min-height: 46px;
}
.balance.td{
.cell-inner{