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-06 16:39:48 +0300
committerKushal Pandya <kushal@gitlab.com>2017-04-06 16:39:48 +0300
commitca9cded45d78e821a1c778e22fde523873ffaf93 (patch)
tree3f154ac6129cfb6f8be816e0d26ea202608a0309 /app/assets/stylesheets/pages/projects.scss
parentf16377e7dc762462817dd0b34e36811c55988b10 (diff)
Fixes as per feedback
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 960875674cc..61b973e0aa9 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -779,7 +779,8 @@ pre.light-well {
.protected-tags-list {
.dropdown-menu-toggle {
- width: 300px;
+ width: 100%;
+ max-width: 300px;
}
}