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
This commit is contained in:
commit
924cd417c4
2 changed files with 1 additions and 3 deletions
|
@ -41,7 +41,7 @@ export default {
|
|||
return {
|
||||
data: this.namespaceSelectOptions,
|
||||
containerCssClass:
|
||||
'import-namespace-select js-namespace-select qa-project-namespace-select',
|
||||
'import-namespace-select js-namespace-select qa-project-namespace-select w-auto',
|
||||
};
|
||||
},
|
||||
|
||||
|
|
2
app/assets/stylesheets/pages/import.scss
vendored
2
app/assets/stylesheets/pages/import.scss
vendored
|
@ -18,8 +18,6 @@
|
|||
}
|
||||
|
||||
.import-namespace-select {
|
||||
width: auto !important;
|
||||
|
||||
> .select2-choice {
|
||||
border-radius: $border-radius-default 0 0 $border-radius-default;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue