Skip to content

Commit

Permalink
(templates): use "word-break: keep-all"
Browse files Browse the repository at this point in the history
  • Loading branch information
NavyStack committed Aug 11, 2024
1 parent 3e90b7c commit 9481e50
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/app-down.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
width: 100%;
overflow-x: hidden;
font-size: 16px;
word-break: keep-all;
}

@media screen and (min-width: 2000px) {
Expand Down
1 change: 1 addition & 0 deletions templates/cats.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/ghost.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/hacker-terminal.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-family: monospace;
font-size: 16px;
overflow: hidden;
word-break: keep-all;
}

body {
Expand Down
1 change: 1 addition & 0 deletions templates/l7.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/lost-in-space.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/noise.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
overflow: hidden;
font-family: sans-serif;
font-size: 20px;
word-break: keep-all;
}

canvas {
Expand Down
1 change: 1 addition & 0 deletions templates/orient.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions templates/shuffle.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
color: var(--color-inverted);
font-family: monospace;
font-size: 16px;
word-break: keep-all;
}

@media screen and (min-width: 2000px) {
Expand Down

0 comments on commit 9481e50

Please sign in to comment.