diff --git a/scss/components/form/_select.scss b/scss/components/form/_select.scss index 4f7494c1..1bbd0a98 100644 --- a/scss/components/form/_select.scss +++ b/scss/components/form/_select.scss @@ -7,7 +7,7 @@ border: $Form-select-borderWidth solid $Form-select-borderColor; background: $Form-select-bg; border-radius: $Form-select-borderRadius; - height: $Form-selectOption-height; + min-height: $Form-selectOption-height; $paddingY: ( $Form-selectOption-height - $Form-input-lineHeight * $Form-input-fontSize - $Form-select-borderWidth * 2 @@ -36,6 +36,7 @@ position: relative; flex-grow: 1; line-height: 1; + width: 0; } &-placeholder { @@ -46,7 +47,7 @@ &-value { line-height: $Form-input-lineHeight * $Form-input-fontSize; - white-space: nowrap; + // white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis;