fix: add border-radius to report datatable
This commit is contained in:
parent
05b1174fa0
commit
6a8ae3cdcc
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@
|
|||
overflow: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
|
||||
.datatable {
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up(sm) {
|
||||
.report-view {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue