diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-07-25 21:09:36 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-07-25 21:09:36 +0000 |
commit | 440b14daadcca0244d20c1a2a5d57e334cda0933 (patch) | |
tree | 48ccb3efafe5c9cd44d49bf1b65c0f01262fc9ec | |
parent | d191658c5cc3888e63bc1be9bbc08c5d81b29334 (diff) | |
parent | 80a7da12c3c7adb57569b54a597fe1e5b4a7cc4c (diff) | |
download | gitlab-ce-440b14daadcca0244d20c1a2a5d57e334cda0933.tar.gz |
Merge branch 'ie-dropdown-search-field' into 'master'
Fixed dropdown search field height in ie11
## What does this MR do?
Fixes the height of the search input in dropdown menus.
## What are the relevant issue numbers?
Closes #19684
## Screenshots (if relevant)
![Screen_Shot_2016-07-11_at_11.49.52](/uploads/fc25bc3d2c3bbd195f30d1953dc12662/Screen_Shot_2016-07-11_at_11.49.52.png)
See merge request !5179
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 1 |
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; |