fix(front): fix alignment of some input elements on event edition form

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-08-11 15:38:24 +02:00
parent 3de90a3c73
commit 50695fcfd5
2 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="container mx-auto" v-if="hasCurrentActorPermissionsToEdit">
<div class="container mx-auto px-1" v-if="hasCurrentActorPermissionsToEdit">
<h1 class="" v-if="isUpdate === true">
{{ t("Update event {name}", { name: event.title }) }}
</h1>
@@ -63,7 +63,7 @@
<o-field
horizontal
:label="t('Starts on…')"
class="begins-on-field"
class="items-center"
label-for="begins-on-field"
>
<o-datetimepicker
@@ -85,7 +85,12 @@
</o-datetimepicker>
</o-field>
<o-field horizontal :label="t('Ends on…')" label-for="ends-on-field">
<o-field
horizontal
:label="t('Ends on…')"
label-for="ends-on-field"
class="items-center"
>
<o-datetimepicker
class="datepicker ends-on"
:placeholder="t('Type or select a date…')"