Skip to content

Commit

Permalink
Fix v-switch margins
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Feb 7, 2022
1 parent 00ef1c1 commit 4bd3d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ export default {
@change="setShowCrosshairs"
label="Display crosshairs"
hide-details
class="shrink ma-0 pa-0 ml-n2"
class="shrink pa-0 ml-n2"
/>
</div>
<div style="flex-grow: 1">
Expand All @@ -317,7 +317,7 @@ export default {
@change="setStoreCrosshairs"
label="Store crosshairs with decision"
hide-details
class="shrink ma-0 pa-0 ml-n2"
class="shrink pa-0 ml-n2"
/>
</div>
</v-flex>
Expand Down

0 comments on commit 4bd3d76

Please sign in to comment.