mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: switch small and medium table row size.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.tr{
|
||||
min-height: 46px;
|
||||
}
|
||||
.item_type.td {
|
||||
.bp3-tag {
|
||||
font-size: 13px;
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
|
||||
.bigcapital-datatable{
|
||||
.tbody{
|
||||
.tr{
|
||||
min-height: 46px;
|
||||
}
|
||||
.balance.td{
|
||||
|
||||
.cell-inner{
|
||||
|
||||
Reference in New Issue
Block a user