Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorsbigelow <sbigelow@gitlab.com>2018-11-15 18:20:18 +0300
committersbigelow <sbigelow@gitlab.com>2018-11-15 18:22:49 +0300
commit5ece7e6cd438e2cde4971c166dec2fcf932504f8 (patch)
treea999cd3e4c02875b43aac65a3a3c7cafe156efbd /app/views
parent379ed169f7a848d5f946e01f08fb8354b7a59d9d (diff)
Make form field monospace to match form field
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/branches/new.html.haml2
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 500536a5dbc..9f0e6c8a9f5 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'