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 {