diff --git a/frontend/src/dialog/photo/edit/details.vue b/frontend/src/dialog/photo/edit/details.vue index aed8600e2..87e30cd8b 100644 --- a/frontend/src/dialog/photo/edit/details.vue +++ b/frontend/src/dialog/photo/edit/details.vue @@ -345,7 +345,7 @@ auto-grow :label="$gettext('Description')" placeholder="" - :rows="1" + :rows="2" color="secondary-dark" class="input-description" > @@ -361,7 +361,7 @@ auto-grow :label="$gettext('Keywords')" placeholder="" - :rows="1" + :rows="2" color="secondary-dark" class="input-keywords" > @@ -377,7 +377,7 @@ auto-grow :label="$gettext('Notes')" placeholder="" - :rows="1" + :rows="2" color="secondary-dark" class="input-notes" >