diff --git a/templates/app-down.html b/templates/app-down.html
index 4252a70..6948d07 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 8c3d073..b8dfca3 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 48b3bc3..032c15a 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 94d2237..393bf26 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 e29c086..c8071f0 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 c435f66..9f7ab7d 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 bd70c79..178338e 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 e540da4..e0711ec 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 2fd0b65..8e0ba3c 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 0b19010..4c32603 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) {