Merge branch 'winh-protection-push-dropdowns-backport' into 'master'

Limit dropdown toggle width for protected branches / tags

See merge request gitlab-org/gitlab-ce!18212
This commit is contained in:
Clement Ho 2018-04-11 17:58:53 +00:00
commit 9f8d91c94e
3 changed files with 2 additions and 7 deletions

View File

@ -935,11 +935,6 @@ pre.light-well {
}
}
.dropdown-menu-toggle {
width: 100%;
max-width: 300px;
}
.flash-container {
padding: 0;
}

View File

@ -1,4 +1,4 @@
.panel.panel-default.protected-branches-list.js-protected-branches-list
.protected-branches-list.js-protected-branches-list
- if @protected_branches.empty?
.panel-heading
%h3.panel-title

View File

@ -1,4 +1,4 @@
.panel.panel-default.protected-tags-list.js-protected-tags-list
.protected-tags-list.js-protected-tags-list
- if @protected_tags.empty?
.panel-heading
%h3.panel-title