Commit c44d621a authored by Yogi's avatar Yogi Committed by Jacques Erasmus

Apply gl-form-input for fields in preferences page

parent 9d9b902a
......@@ -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