✨(react) add min-width to Field
Without this new property the components using Field ( Input, Select, ... ) would not properly fit by default inside a flex parent.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
width: var(--c--components--forms-field--width);
|
||||
color: var(--c--components--forms-field--color);
|
||||
box-sizing: border-box;
|
||||
min-width: 0;
|
||||
|
||||
&__footer {
|
||||
font-size: var(--c--components--forms-field--font-size);
|
||||
|
||||
Reference in New Issue
Block a user