Skip to content

Commit 1cde9fb

Browse files
Merge pull request #503 from KevinVandy/431-incorrect-toolbar-min-height-after-changing-mantine-theme-scale
fix: multiply toolbar height by mantine scale
2 parents e92af42 + 13ae6ff commit 1cde9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mantine-react-table/src/components/toolbar/common.styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
align-items: flex-start;
33
display: grid;
44
flex-wrap: wrap-reverse;
5-
min-height: 3.5rem;
5+
min-height: calc(3.5rem * var(--mantine-scale));
66
overflow: visible;
77
padding: 0;
88
transition: all 150ms ease-in-out;

0 commit comments

Comments
 (0)