summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-11 11:50:13 +0100
committerPhil Hughes <me@iamphill.com>2016-07-11 11:50:13 +0100
commit80a7da12c3c7adb57569b54a597fe1e5b4a7cc4c (patch)
tree1213d0ff90fbbf5225b75a42b3791158fa61151b
parent7303de91ecd6c3a39b5dfa27cd3ac3db613b1e42 (diff)
downloadgitlab-ce-ie-dropdown-search-field.tar.gz
Fixed dropdown search field height in ie11ie-dropdown-search-field
Closes #19684
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index d4e900f80ef..c54eb0d6479 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -350,6 +350,7 @@
.dropdown-input-field, .default-dropdown-input {
width: 100%;
+ min-height: 30px;
padding: 0 7px;
color: $dropdown-input-color;
line-height: 30px;