Commit 65492c30 authored by George Tsiolis's avatar George Tsiolis

Replace properties with utility class

parent 6c8a13da
......@@ -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',
};
},
......
......@@ -18,8 +18,6 @@
}
.import-namespace-select {
width: auto !important;
> .select2-choice {
border-radius: $border-radius-default 0 0 $border-radius-default;
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