Commit 8b0167ef authored by Phil Hughes's avatar Phil Hughes

Merge branch '11832-admin-notes-is-misaligned' into 'master'

Fix alignment of label for admin notes on admin

Closes #11832

See merge request gitlab-org/gitlab-ee!13592
parents 3f2555a7 a40059fd
%fieldset
%legend= _('Admin notes')
.form-group.row
= f.label :note, _('AdminNote|Note'), class: 'col-form-label'
.col-sm-2.text-right
= f.label :note, _('AdminNote|Note'), class: 'col-form-label'
.col-sm-10= f.text_area :note, class: 'form-control'
---
title: Fix alignment of label for admin notes on admin
merge_request: 13592
author: Takuya Noguchi
type: fixed
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