We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e92af42 + 13ae6ff commit 1cde9fbCopy full SHA for 1cde9fb
1 file changed
packages/mantine-react-table/src/components/toolbar/common.styles.module.css
@@ -2,7 +2,7 @@
2
align-items: flex-start;
3
display: grid;
4
flex-wrap: wrap-reverse;
5
- min-height: 3.5rem;
+ min-height: calc(3.5rem * var(--mantine-scale));
6
overflow: visible;
7
padding: 0;
8
transition: all 150ms ease-in-out;
0 commit comments