Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-04-03 09:12:37 +0300
committerKushal Pandya <kushal@gitlab.com>2017-04-03 09:12:37 +0300
commitdf54560f5f5d94fd9117c21d03d946d07d28f6fa (patch)
treea78be632cddd5752ad675929db31df39f2600f3c /app/assets/stylesheets/pages/projects.scss
parent48150f273d8b7cc5b042eb0a9f88b0a7a96431f4 (diff)
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 {