Skip to content

Commit

Permalink
Add missing fixes from Jerem branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Chivot committed Apr 24, 2024
1 parent 76edc08 commit cc9c5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bazar/presentation/styles/bazar.css
Expand Up @@ -307,7 +307,7 @@ ul.list-sortables li, ul.valeur_formulaire li {list-style-type:none; padding:0;
}
@media (max-width: 600px) {
.form-group.input-listedatedeb .select-time,
.form-group.input-jour .select-time,
.form-group.input-listedatefin .select-time,
.form-group.input-jour .select-time {
width: 100%;
margin: 0 0 0 0;
Expand Down
1 change: 1 addition & 0 deletions tools/bazar/templates/inputs/_date_recurrent_part.twig
Expand Up @@ -51,6 +51,7 @@
name="{{ "#{field.propertyName}_data[limitdate]" }}"
class="form-control bazar-date"
:disabled="!isRecurrent"
required
/>
</div>
<i class="limit-date-hint" v-if="showEndDateMessage">{{ _t('EVENT_LIMIT_DATE_UPDATE_FORCED') }}</i>
Expand Down

0 comments on commit cc9c5f3

Please sign in to comment.