Skip to content

Commit

Permalink
fix options label position
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 12, 2024
1 parent 540b540 commit e16cd54
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/addon/addon-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@
:hint="$root.lang().addons.general.authors.hint"
/>

<div class="container" id="type-checkbox">
<div class="text-h5">{{ $root.lang().addons.options.title }}</div>

<div class="container">
<div class="row text-center">
<div class="col-12 col-md-6">
<v-row>
Expand Down Expand Up @@ -207,11 +209,6 @@
</v-row>
</div>
</div>
</div>

<div class="text-h5">{{ $root.lang().addons.options.title }}</div>

<div class="container">
<v-row>
<v-checkbox
class="col-6"
Expand Down

0 comments on commit e16cd54

Please sign in to comment.