diff --git a/templates/app-down.html b/templates/app-down.html index 4252a70d..6948d07c 100644 --- a/templates/app-down.html +++ b/templates/app-down.html @@ -50,6 +50,7 @@ width: 100%; overflow-x: hidden; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/cats.html b/templates/cats.html index 8c3d0733..b8dfca3c 100644 --- a/templates/cats.html +++ b/templates/cats.html @@ -37,6 +37,7 @@ color: var(--color-inverted); font-family: sans-serif; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/connection.html b/templates/connection.html index 48b3bc3f..032c15a6 100644 --- a/templates/connection.html +++ b/templates/connection.html @@ -50,6 +50,7 @@ background-color: var(--color-bg-primary); font-family: sans-serif; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/ghost.html b/templates/ghost.html index 94d22377..393bf26f 100644 --- a/templates/ghost.html +++ b/templates/ghost.html @@ -39,6 +39,7 @@ color: var(--color-inverted); font-family: sans-serif; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/hacker-terminal.html b/templates/hacker-terminal.html index e29c0865..c8071f0e 100644 --- a/templates/hacker-terminal.html +++ b/templates/hacker-terminal.html @@ -25,6 +25,7 @@ font-family: monospace; font-size: 16px; overflow: hidden; + word-break: keep-all; } body { diff --git a/templates/l7.html b/templates/l7.html index c435f660..9f7ab7dc 100644 --- a/templates/l7.html +++ b/templates/l7.html @@ -37,6 +37,7 @@ color: var(--color-inverted); font-family: sans-serif; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/lost-in-space.html b/templates/lost-in-space.html index bd70c799..178338ed 100644 --- a/templates/lost-in-space.html +++ b/templates/lost-in-space.html @@ -43,6 +43,7 @@ color: var(--color-text-primary); font-family: sans-serif; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/noise.html b/templates/noise.html index e540da43..e0711ecc 100644 --- a/templates/noise.html +++ b/templates/noise.html @@ -39,6 +39,7 @@ overflow: hidden; font-family: sans-serif; font-size: 20px; + word-break: keep-all; } canvas { diff --git a/templates/orient.html b/templates/orient.html index 2fd0b658..8e0ba3c0 100644 --- a/templates/orient.html +++ b/templates/orient.html @@ -41,6 +41,7 @@ padding: 0; background-color: var(--color-bg-primary); font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) { diff --git a/templates/shuffle.html b/templates/shuffle.html index 0b19010a..4c326030 100644 --- a/templates/shuffle.html +++ b/templates/shuffle.html @@ -37,6 +37,7 @@ color: var(--color-inverted); font-family: monospace; font-size: 16px; + word-break: keep-all; } @media screen and (min-width: 2000px) {