Skip to content

Commit

Permalink
#6642 Matrix wrong paddings - fix table-layout
Browse files Browse the repository at this point in the history
Fixes #6642
  • Loading branch information
novikov82 committed Aug 10, 2023
1 parent a424850 commit 605e492
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/defaultV2-theme/blocks/sd-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,7 @@
.sd-boolean-root {
margin: auto;
}
}
.sd-table.sd-matrixdynamic {
table-layout: auto;
}

0 comments on commit 605e492

Please sign in to comment.