Skip to content

Commit

Permalink
Fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Sep 6, 2024
1 parent 4a608c5 commit b42b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ScheduleCreation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ watch(
v-model="scheduleInput.name"
:placeholder="t('placeholder.mySchedule')"
:disabled="!scheduleInput.active"
class="place-holder w-full rounded-none border-0 border-b bg-transparent px-0 dark:bg-transparent"
class="place-holder w-full rounded-none border-0 border-b bg-transparent px-2 dark:bg-transparent"
required
/>
<div v-if="!scheduleInput.name" class="content-center text-red-500">*</div>
Expand Down

0 comments on commit b42b185

Please sign in to comment.