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 <kushalspandya@gmail.com>2019-03-21 17:50:43 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-03-21 17:50:43 +0300
commit7629421bbc02e4f064fe8cf2fc2bf7e903927c74 (patch)
treefb8715235d0d15c902f098df806dc9e5a943d9bf /app/assets
parentb36fc6d51d7b70b25be62d3e6a1a2da616975770 (diff)
parent51a8ece0360ee8bd4682f897c2788f9293633948 (diff)
Merge branch '59189-long-names-in-project-path-namespace-dropdown-breaks-past-container' into 'master'
Resolve "Long names in project path namespace dropdown breaks past container" Closes #59189 See merge request gitlab-org/gitlab-ce!26343
Diffstat (limited to 'app/assets')
-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;
}