diff options
author | kushalpandya <kushal@gitlab.com> | 2017-07-19 18:15:58 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-07-19 18:15:58 +0530 |
commit | f038fa6debb83f7681c1b418a91595339888fcda (patch) | |
tree | f9f4dd6d2e35b8a98379904a26d06bd027c1601a /app | |
parent | f0aeccce81b192b058283f1d93a085ad4f5eb0e7 (diff) | |
download | gitlab-ce-f038fa6debb83f7681c1b418a91595339888fcda.tar.gz |
Add styles to branches list container
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index c1423965d0a..a3e07a36c33 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -742,7 +742,8 @@ pre.light-well { } } -.protected-tags-list { +.protected-tags-list, +.protected-branches-list { .dropdown-menu-toggle { width: 100%; max-width: 300px; |