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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-06-21 10:49:38 +0300
committerPhil Hughes <me@iamphill.com>2017-06-21 10:49:38 +0300
commit1dc3d70305042ff43b3cf302d800adba891ab764 (patch)
treef65bba8cb119d471a136f5163a4b4231c5ea631b /app/assets/stylesheets/pages/settings.scss
parent1578ee93475c0ebb62399403d971e99aa45e7276 (diff)
Resolve "Protected branch dropdowns cut-off in Repository Settings page"
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 33b3c083fd2..7697a1b1c58 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -29,6 +29,10 @@
&:first-of-type {
margin-top: 10px;
}
+
+ &.expanded {
+ overflow: visible;
+ }
}
.settings-header {