UX: Increase size of Description, Keywords, and Notes fields
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0f89898e8a
commit
4f8ecd8e2e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue