Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 29, 2023
1 parent ce50b50 commit d77501b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/components/users/Wizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@
</div>
</template>

<style>
.publish-fields .form-group .field-inner > label {
@apply text-base font-bold mb-1 !important;
<style scoped>
>>> .publish-fields .form-group .field-inner > label {
@apply text-base font-bold mb-1;
& + .help-block { @apply -mt-1 !important; }
}
</style>
Expand Down

0 comments on commit d77501b

Please sign in to comment.