fix(ui): keep interrupted copy row left-aligned

This commit is contained in:
Kit Langton
2026-03-03 14:23:30 -05:00
parent 24bcc96511
commit 7ebf1c3707

View File

@@ -241,8 +241,6 @@
}
[data-slot="text-part-copy-wrapper"][data-interrupted] {
width: 100%;
justify-content: flex-end;
gap: 12px;
}