fix: minor fix
This commit is contained in:
parent
7923194449
commit
f5c77f547f
1 changed files with 1 additions and 2 deletions
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
.report-view {
|
||||
.result {
|
||||
min-height: calc(100vh - 320px);
|
||||
min-height: 50vh !important;
|
||||
.dt-row:last-child:not(.dt-row-filter) {
|
||||
.dt-cell {
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
|
|
@ -119,7 +119,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.group-by-button {
|
||||
margin: 5px;
|
||||
max-width: 125px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue