diff options
author | Phil Hughes <me@iamphill.com> | 2018-11-27 10:03:09 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-27 10:03:09 +0000 |
commit | 1fae9f36dd994ca5231cd7fe46e365d352a76b0a (patch) | |
tree | ee31d287d7de363e7e43f238d83814605278c4b4 /app/views/projects/branches | |
parent | d3f033d69cec33e8058ee9f029718882990175b0 (diff) | |
parent | 5ece7e6cd438e2cde4971c166dec2fcf932504f8 (diff) | |
download | gitlab-ce-1fae9f36dd994ca5231cd7fe46e365d352a76b0a.tar.gz |
Merge branch '52828-inconsistency-in-fonts-used-for-branch-name-and-create-from-fields-when-creating-new-branch-from-ui' into 'master'
Resolve "Inconsistency in fonts used for branch name and create from fields when creating new branch from UI"
Closes #52828
See merge request gitlab-org/gitlab-ce!23120
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r-- | app/views/projects/branches/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/branches/new.html.haml b/app/views/projects/branches/new.html.haml index 8181ee9eea1..af8887b0c39 100644 --- a/app/views/projects/branches/new.html.haml +++ b/app/views/projects/branches/new.html.haml @@ -13,7 +13,7 @@ .form-group.row = label_tag :branch_name, nil, class: 'col-form-label col-sm-2' .col-sm-10 - = text_field_tag :branch_name, params[:branch_name], required: true, autofocus: true, class: 'form-control js-branch-name' + = text_field_tag :branch_name, params[:branch_name], required: true, autofocus: true, class: 'form-control js-branch-name monospace' .form-text.text-muted.text-danger.js-branch-name-error .form-group.row = label_tag :ref, 'Create from', class: 'col-form-label col-sm-2' |