Skip to content

Commit

Permalink
[@mantine/core] Fieldset: Fix some elements overflowing the viewport …
Browse files Browse the repository at this point in the history
…width when rendered inside fieldset (#5179)
  • Loading branch information
rtivital committed Nov 7, 2023
1 parent 0aab737 commit 80799a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
padding: var(--mantine-spacing-lg);
padding-top: var(--mantine-spacing-xs);
border-radius: var(--fieldset-radius, var(--mantine-radius-default));
min-inline-size: auto;
}

.root--default {
Expand Down

0 comments on commit 80799a3

Please sign in to comment.