We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130e2ff commit 87dccc5Copy full SHA for 87dccc5
src/modules/modals/EditRow.vue
@@ -6,7 +6,7 @@
6
<NcDialog v-if="showModal"
7
data-cy="editRowModal"
8
:name="t('tables', 'Edit row')"
9
- size="large"
+ size="normal"
10
@closing="actionCancel">
11
<div class="modal__content" @keydown="onKeydown">
12
<div v-for="column in nonMetaColumns" :key="column.id">
0 commit comments