Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Sep 12, 2024
1 parent 516948b commit aaed50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/mixins/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
gap: var(--kui-space-40, $kui-space-40);
max-height: $expandedRowMaxHeight;
overflow-y: auto;
padding-right: var(--kui-space-50, $kui-space-50);
padding-right: var(--kui-space-60, $kui-space-60);

&:has(.k-table-view) {
max-height: none;
Expand Down

0 comments on commit aaed50a

Please sign in to comment.