Skip to content

Commit 8ee7ab1

Browse files
committed
fix: modal labels shrink during textarea resize
1 parent 69a4b26 commit 8ee7ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Field/Field.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
display: flex;
3030
align-items: center;
3131
flex-shrink: 0;
32+
min-width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
3233
width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
3334
max-width: calc(var(--modal-min-width, 540px) * var(--modal-label-ratio, 0.5));
3435
}

0 commit comments

Comments
 (0)