summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-09-27 05:20:12 +0100
committerLuke Bennett <lbennett@gitlab.com>2018-09-27 05:20:12 +0100
commitf1ca283c09874b90256c1c3fde42e13fa000632d (patch)
tree9a341fb0b66dfeba2b80787d547483efcd3fdbee
parent98764708666f0c4c787af087129f2ed81a0e352f (diff)
downloadgitlab-ce-49417-improve-settings-pages-design-by-prioritizing-content-group-settings.tar.gz
-rw-r--r--app/views/groups/settings/_general.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/settings/_general.html.haml b/app/views/groups/settings/_general.html.haml
index 120dd4fd915..0424ece037d 100644
--- a/app/views/groups/settings/_general.html.haml
+++ b/app/views/groups/settings/_general.html.haml
@@ -8,9 +8,9 @@
= f.label :name, _('Group name'), class: 'label-bold'
= f.text_field :name, class: 'form-control'
- .form-group.col-md-2
+ .form-group.col-md-7
= f.label :id, _('Group ID'), class: 'label-bold'
- = f.text_field :id, class: 'form-control', readonly: true
+ = f.text_field :id, class: 'form-control w-auto', readonly: true
.row.prepend-top-8
.form-group.col-md-9.append-bottom-0