💄(react) make multi select height homogeneous
Some discussion appeared about the fact the multi select was changing height when pill were selected, making this input having a bigger height than others making it looks weird in a form comparing to the others. Modifying the padding and font size make the input keep the same height. See #114
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
--c--components--forms-select--multi-pill-background-color: var(--c--theme--colors--greyscale-200);
|
||||
--c--components--forms-select--multi-pill-border-radius: 2px;
|
||||
--c--components--forms-select--multi-pill-max-width: 68%;
|
||||
--c--components--forms-select--multi-pill-font-size: var(--c--theme--font--sizes--m);
|
||||
--c--components--forms-radio--border-color: var(--c--theme--colors--greyscale-300);
|
||||
--c--components--forms-radio--accent-color: var(--c--theme--colors--success-600);
|
||||
--c--components--forms-radio--background-color: white;
|
||||
|
||||
Reference in New Issue
Block a user