add .input class to all inputs

This commit is contained in:
Henry Jameson 2024-02-07 15:53:49 +02:00
commit d2a74ea1a2
41 changed files with 108 additions and 98 deletions

View file

@ -33,6 +33,7 @@
<label for="list-edit-title">{{ $t('lists.title') }}</label>
{{ ' ' }}
<input
class="input"
id="list-edit-title"
ref="title"
v-model="titleDraft"