From a97c6e3375e9770922795e614e014e407228a641 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Sun, 9 Aug 2026 14:00:55 +0200 Subject: [PATCH] fix(ui): keep online backup keys on one line --- src/renderer/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/renderer/styles.css b/src/renderer/styles.css index 26fb40c..32d7dd9 100644 --- a/src/renderer/styles.css +++ b/src/renderer/styles.css @@ -3119,7 +3119,7 @@ td { } .online-backup-modal { - width: min(620px, 100%); + width: min(760px, calc(100vw - 24px)); } .online-backup-key { @@ -3132,7 +3132,11 @@ td { color: var(--text); padding: 10px 12px; font: 13px/1.55 "Cascadia Mono", "Consolas", monospace; - overflow-wrap: anywhere; + white-space: nowrap; + overflow-wrap: normal; + word-break: normal; + overflow-x: auto; + overflow-y: hidden; } .online-backup-key:focus {