Commit ac9c147c authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Phil Hughes

Merge branch 'master' into ee-6646-dropdowns-css

* master:
  Fix border radius of discussion comments
  Revert "Merge branch 'renovate/gitlab-ui-2.x' into 'master'"
  Revert "Merge branch 'renovate/gitlab-ui-2.x' into 'master'"
parent 8a1fba63
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
.show.dropdown { .show.dropdown {
.dropdown-menu, .dropdown-menu,
.dropdown-menu { .dropdown-menu-nav {
@include set-visible; @include set-visible;
min-height: $dropdown-min-height; min-height: $dropdown-min-height;
max-height: $dropdown-max-height; max-height: $dropdown-max-height;
...@@ -417,7 +417,7 @@ ...@@ -417,7 +417,7 @@
.filtered-search-box-input-container { .filtered-search-box-input-container {
.dropdown-menu, .dropdown-menu,
.dropdown-menu { .dropdown-menu-nav {
max-width: 280px; max-width: 280px;
} }
} }
...@@ -813,7 +813,7 @@ ...@@ -813,7 +813,7 @@
header.navbar-gitlab .dropdown { header.navbar-gitlab .dropdown {
.dropdown-menu, .dropdown-menu,
.dropdown-menu { .dropdown-menu-nav {
width: 100%; width: 100%;
min-width: 100%; min-width: 100%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment