Commit 66da12be authored by Mark Florian's avatar Mark Florian

Merge branch 'tor/defect/mr-cog-checkboxes' into 'master'

Resolve "MR Changes Cog dropdown checkboxes alignment broken"

See merge request gitlab-org/gitlab!55591
parents 4765d035 6c44a596
......@@ -85,7 +85,7 @@ export default {
</div>
<gl-form-checkbox
data-testid="show-whitespace"
class="gl-mt-3 gl-pl-3"
class="gl-mt-3 gl-ml-3"
:checked="showWhitespace"
@input="toggleWhitespace"
>
......@@ -93,7 +93,7 @@ export default {
</gl-form-checkbox>
<gl-form-checkbox
data-testid="file-by-file"
class="gl-pl-3 gl-mb-0"
class="gl-ml-3 gl-mb-0"
:checked="viewDiffsFileByFile"
@input="toggleFileByFile"
>
......
---
title: Fix horizontal alignment of MR Changes cog menu dropdown checkboxes
merge_request: 55591
author:
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