Commit a63b410d authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'gl-form-preferences' into 'master'

Apply gl-form-input for fields in preferences page

See merge request gitlab-org/gitlab!58004
parents 1551aae4 c44d621a
......@@ -100,7 +100,7 @@
.form-group
= f.label :tab_width, s_('Preferences|Tab width'), class: 'label-bold'
= f.number_field :tab_width,
class: 'form-control',
class: 'form-control gl-form-input',
min: Gitlab::TabWidth::MIN,
max: Gitlab::TabWidth::MAX,
required: true
......
---
title: Apply gl-form-input for fields in preferences page
merge_request: 58004
author: Yogi (@yo)
type: changed
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