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 4e4673a commit d46765bCopy full SHA for d46765b
src/components/Field/Field.scss
@@ -29,8 +29,8 @@
29
display: flex;
30
align-items: center;
31
flex-shrink: 0;
32
- width: calc(var(--modal-min-width) * var(--modal-label-ratio));
33
- max-width: calc(var(--modal-min-width) * var(--modal-label-ratio));
+ width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
+ max-width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
34
}
35
36
.right {
0 commit comments