diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 665deca2285..fb595cdc6ab 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -626,8 +626,7 @@ input { margin: 1px 2px; padding: 0 !important; display: inline-block; - /* min-width: 160px; */ - /* width: 160px; */ + width: 160px; position: relative; background-color: $color-main-background; &.multiselect--active { |