diff --git a/components/SelectWithInput/index.scss b/components/SelectWithInput/index.scss index 036a0af8..659676be 100644 --- a/components/SelectWithInput/index.scss +++ b/components/SelectWithInput/index.scss @@ -11,10 +11,9 @@ } .Input { - // min-width: $unit * 12; flex-grow: 0; text-align: right; - width: inherit; + width: 13rem; } }