Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Oct 3, 2024
1 parent ed4aa99 commit 7707bcc
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,17 @@

<style>
.box {
padding: unset !important;
background-color: unset !important;
padding: unset;
background-color: unset;
border-radius: var(--border-radius-medium, 8px);
}
:global(.max-height-dialog dialog) {
max-height: 650px !important;
max-height: 650px;
}
:global(.no-inner-borders .table-with-scroll .table) {
box-shadow: unset !important;
border-radius: unset !important;
box-shadow: unset;
border-radius: unset;
}
</style>

0 comments on commit 7707bcc

Please sign in to comment.