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.
1 parent 69a4b26 commit 8ee7ab1Copy full SHA for 8ee7ab1
src/components/Field/Field.scss
@@ -29,6 +29,7 @@
29
display: flex;
30
align-items: center;
31
flex-shrink: 0;
32
+ min-width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
33
width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
34
max-width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
35
}
0 commit comments