File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
shared/components/ncTable/partials/rowTypePartials Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55<template >
66 <NcDialog v-if =" showModal"
77 :name =" t('tables', 'Create row')"
8+ size =" large"
89 data-cy =" createRowModal"
910 @closing =" actionCancel" >
1011 <div class =" modal__content" @keydown =" onKeydown" >
@@ -168,12 +169,6 @@ export default {
168169 justify- content: end;
169170 }
170171
171- : where (.fix - col - 1 .end ) {
172- display: inline- block;
173- position: relative;
174- left: 65 % ;
175- }
176-
177172 : where (.slot .fix - col - 2 ) {
178173 min- width: 50 % ;
179174 }
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change @@ -91,7 +91,11 @@ export default {
9191}
9292
9393pre {
94- white- space: pre;
94+ white- space: pre- wrap;
95+ white- space: - moz- pre- wrap;
96+ white- space: - pre- wrap;
97+ white- space: - o- pre- wrap;
98+ word- wrap: break - word;
9599}
96100
97101< / style>
You can’t perform that action at this time.
0 commit comments