Skip to content

Commit 0b9d9f4

Browse files
style(widget): Properly align delete/save buttons at start/end for embedded tables
AI-assistant: Claude Code v2.1.142 (Claude Sonnet 4.6) Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 1d3caa1 commit 0b9d9f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/modules/modals/EditRow.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ export default {
302302
justify-content: end;
303303
}
304304
305+
:where(.justify-between) {
306+
justify-content: space-between;
307+
}
308+
305309
:where(.slot.fix-col-2) {
306310
min-width: 50%;
307311
}

0 commit comments

Comments
 (0)