diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 1 | ||||
-rw-r--r-- | client/src/sass/ng-select.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 4d7a19ddf..fedc022e0 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -356,6 +356,7 @@ | |||
356 | background: pvar(--inputBackgroundColor); | 356 | background: pvar(--inputBackgroundColor); |
357 | position: relative; | 357 | position: relative; |
358 | font-size: 15px; | 358 | font-size: 15px; |
359 | height: min-content; | ||
359 | 360 | ||
360 | &.disabled { | 361 | &.disabled { |
361 | background-color: #E5E5E5; | 362 | background-color: #E5E5E5; |
diff --git a/client/src/sass/ng-select.scss b/client/src/sass/ng-select.scss index 229300ca5..df0e0aaf4 100644 --- a/client/src/sass/ng-select.scss +++ b/client/src/sass/ng-select.scss | |||
@@ -23,6 +23,7 @@ $ng-select-value-font-size: 15px; | |||
23 | &.ng-select-focused { | 23 | &.ng-select-focused { |
24 | &:not(.ng-select-opened) > .ng-select-container { | 24 | &:not(.ng-select-opened) > .ng-select-container { |
25 | border-color: #ccc !important; | 25 | border-color: #ccc !important; |
26 | box-shadow: none !important; | ||
26 | } | 27 | } |
27 | } | 28 | } |
28 | 29 | ||