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