fix: keep queue titles stable when details expand
Windows CI / verify (push) Canceled after 0s

This commit is contained in:
Sucukdeluxe
2026-09-06 13:31:48 +02:00
parent f425b54ca6
commit 95f15ac834
5 changed files with 51 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ describe('production style modules', () => {
.replace(/\r\n/g, '\n'));
const digest = createHash('sha256').update(content).digest('hex');
expect(digest).toBe('db798e79ce538bd99fe6a21fa9de545150a2d0efd4a925e6f662a664bdb6ff03');
expect(digest).toBe('a2626a94632641b7e6039d5a50165e34224a75a1d286db90ae9e22bdae72064e');
});
test('derives the Windows hot-development executable version from package metadata', () => {
+1
View File
@@ -33,6 +33,7 @@
.queue-list {
flex: 1;
overflow-y: auto;
scrollbar-gutter: stable;
min-height: 60px;
}