Skip to content
Snippets Groups Projects
Commit 9f8d91c9 authored by Clement Ho's avatar Clement Ho
Browse files

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
parents 8206cae7 ed1fea06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -935,11 +935,6 @@ pre.light-well {
}
}
 
.dropdown-menu-toggle {
width: 100%;
max-width: 300px;
}
.flash-container {
padding: 0;
}
Loading
Loading
.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
Loading
Loading
.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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment