Skip to content

Commit

Permalink
fix(mantine): make table root have 100% width (#3965)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdostie authored Nov 27, 2024
1 parent 227f786 commit 19f2547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mantine/src/components/table/Table.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.root {
width: 100%;
}

.table {
width: 100%;
padding-bottom: var(--mantine-spacing-sm);
Expand Down

0 comments on commit 19f2547

Please sign in to comment.