Skip to content

Commit 272abad

Browse files
authored
Merge pull request #1611 from nextcloud/feature/increase-row-editor-dialog-size
Increase size of row editor dialog
2 parents 9e03c28 + 55418aa commit 272abad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/modals/EditRow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<NcDialog v-if="showModal"
77
data-cy="editRowModal"
88
:name="t('tables', 'Edit row')"
9+
size="large"
910
@closing="actionCancel">
1011
<div class="modal__content" @keydown="onKeydown">
1112
<div v-for="column in nonMetaColumns" :key="column.id">

0 commit comments

Comments
 (0)