Skip to content

Commit 74fce50

Browse files
committed
fix: adjust layout in edit mode for InPlaceEdit component to ensure full-width input
1 parent 87d46c4 commit 74fce50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom/InPlaceEdit.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</div>
1414

1515
<!-- Edit mode -->
16-
<div v-else class="flex items-center gap-2 min-w-[200px]">
16+
<div v-else class="flex items-center gap-2 min-w-[200px] w-full">
1717
<ColumnValueInputWrapper
1818
ref="input"
19-
class="flex-grow"
19+
class="flex-grow w-full"
2020
:source="'edit'"
2121
:column="column"
2222
:currentValues="currentValues"

0 commit comments

Comments
 (0)