UX: Increase size of Description, Keywords, and Notes fields

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-11-01 15:33:07 +01:00
parent 0f89898e8a
commit 4f8ecd8e2e

View file

@ -345,7 +345,7 @@
auto-grow
:label="$gettext('Description')"
placeholder=""
:rows="1"
:rows="2"
color="secondary-dark"
class="input-description"
></v-textarea>
@ -361,7 +361,7 @@
auto-grow
:label="$gettext('Keywords')"
placeholder=""
:rows="1"
:rows="2"
color="secondary-dark"
class="input-keywords"
></v-textarea>
@ -377,7 +377,7 @@
auto-grow
:label="$gettext('Notes')"
placeholder=""
:rows="1"
:rows="2"
color="secondary-dark"
class="input-notes"
></v-textarea>