Fix duplicate tabs on drag-and-drop and long URL overflow

This commit is contained in:
2026-02-19 22:00:51 +02:00
parent 323bd228c5
commit a073149da5
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -1173,7 +1173,9 @@ html, body, #root {
max-width: 680px;
margin: 0 auto;
color: var(--color-text-primary);
overflow-wrap: break-word;
word-break: break-word;
/* Typography settings */
font-size: 17px;
line-height: 1.7;