Skip to content

Commit 13ae6ff

Browse files
committed
fix: multiply toolbar height by mantine scale
1 parent e92af42 commit 13ae6ff

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)