Commit b9a0f928 authored by Mike Greiling's avatar Mike Greiling

Fix issues with new checkbox styling

parent 28205abc
...@@ -339,14 +339,12 @@ export default { ...@@ -339,14 +339,12 @@ export default {
v-if="isReviewable && showLocalFileReviews" v-if="isReviewable && showLocalFileReviews"
v-gl-tooltip.hover v-gl-tooltip.hover
data-testid="fileReviewCheckbox" data-testid="fileReviewCheckbox"
class="gl-mb-0" class="gl-mr-5 gl-display-flex gl-align-items-center"
:title="$options.i18n.fileReviewTooltip" :title="$options.i18n.fileReviewTooltip"
:checked="reviewed" :checked="reviewed"
@change="toggleReview" @change="toggleReview"
> >
<span class="gl-line-height-20"> {{ $options.i18n.fileReviewLabel }}
{{ $options.i18n.fileReviewLabel }}
</span>
</gl-form-checkbox> </gl-form-checkbox>
<gl-button-group class="gl-pt-0!"> <gl-button-group class="gl-pt-0!">
<gl-button <gl-button
......
...@@ -35,7 +35,8 @@ label { ...@@ -35,7 +35,8 @@ label {
margin: 0; margin: 0;
} }
&.form-check-label { &.form-check-label,
&.custom-control-label {
font-weight: $gl-font-weight-normal; font-weight: $gl-font-weight-normal;
} }
......
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