Commit 16d0a8d8 authored by Thomas Randolph's avatar Thomas Randolph

Switch from padding to margin to MR cog menu dropdown checkboxes

parent 4b06a87e
......@@ -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"
>
......
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