Limit dropdown toggle width for protected branches / tags

This commit is contained in:
Winnie Hellmann 2018-04-05 23:57:17 +02:00
parent 59a158955e
commit ed1fea06fb
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