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:
authorDennis Tang <dtang@gitlab.com>2019-03-19 23:11:41 +0300
committerDennis Tang <dtang@gitlab.com>2019-03-20 15:03:59 +0300
commit51a8ece0360ee8bd4682f897c2788f9293633948 (patch)
treedf74c1868f33e72541718d4e3132545ded600a3b /app/assets/stylesheets/pages/projects.scss
parent74ebeebbcdbe5a996610fa02711f0563b4a774fa (diff)
Prevent namespace dropdown in new project form from exceeding container
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 8e53876eb4f..bcb306d97d5 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -18,12 +18,9 @@
}
.input-group {
- display: flex;
-
.select2-container {
display: unset;
max-width: unset;
- width: unset !important;
flex-grow: 1;
}