Commit 924cd417 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'gt-fix-styling-for-pages-import' into 'master'

Fix styling for `app/assets/stylesheets/pages/detail_page.scss`

Closes #59909

See merge request gitlab-org/gitlab-ce!26873
parents d014d1ca 65492c30
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
return { return {
data: this.namespaceSelectOptions, data: this.namespaceSelectOptions,
containerCssClass: containerCssClass:
'import-namespace-select js-namespace-select qa-project-namespace-select', 'import-namespace-select js-namespace-select qa-project-namespace-select w-auto',
}; };
}, },
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
} }
.import-namespace-select { .import-namespace-select {
width: auto !important;
> .select2-choice { > .select2-choice {
border-radius: $border-radius-default 0 0 $border-radius-default; border-radius: $border-radius-default 0 0 $border-radius-default;
position: relative; position: relative;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment