Skip to content

Commit

Permalink
#212 Fix minor issue on report builder dropdown and add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rmady committed Nov 20, 2024
1 parent 347a8a7 commit c13e634
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scss/trema/report.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ body.path-admin-tool-spamcleaner {
background-color: transparent;
}
}
.table-dynamic {
overflow-x: auto;
}
.reportbuilder-sidebar-menu-cards {
max-height: max-content;
}
Expand All @@ -58,3 +55,9 @@ body.path-admin-tool-spamcleaner {
}
}
}

#page-admin-reportbuilder-edit {
#page {
padding: 0 2rem;
}
}

0 comments on commit c13e634

Please sign in to comment.