diff options
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 920fe4ef14..65b253d09b 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -61,11 +61,13 @@ } &.new.repo { - .selection.dropdown { - width: 50%!important; - } - #auto-init { - margin-left: @input-padding+15px; + .ui.form { + .selection.dropdown:not(.owner) { + width: 50%!important; + } + #auto-init { + margin-left: @input-padding+15px; + } } } } |