### Fixed

- Conflict resolving dialogue now properly displays the changeset name instead of A or B (#691).
This commit is contained in:
vorotamoroz
2025-09-01 12:23:38 +09:00
parent d2787bdb6a
commit 171cfc0a38
2 changed files with 13 additions and 7 deletions
+5
View File
@@ -12,6 +12,11 @@
background-color: var(--text-muted);
}
.conflict-dev-name {
display: inline-block;
min-width: 5em;
}
.op-scrollable {
overflow-y: scroll;
/* min-height: 280px; */