summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-04-03 11:42:37 +0530
committerKushal Pandya <kushal@gitlab.com>2017-04-03 11:42:37 +0530
commitdf54560f5f5d94fd9117c21d03d946d07d28f6fa (patch)
treea78be632cddd5752ad675929db31df39f2600f3c /app/assets/stylesheets/pages/projects.scss
parent48150f273d8b7cc5b042eb0a9f88b0a7a96431f4 (diff)
downloadgitlab-ce-df54560f5f5d94fd9117c21d03d946d07d28f6fa.tar.gz
Increase dropdown width within Tags list
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index f7ef9275560..7c93ee8af18 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -778,6 +778,12 @@ pre.light-well {
}
}
+.protected-tags-list {
+ .dropdown-menu-toggle {
+ width: 300px;
+ }
+}
+
.custom-notifications-form {
.is-loading {
.custom-notification-event-loading {