Skip to content

Commit 81c22f3

Browse files
committed
Always display whitespace in all monitors
1 parent 639fc6a commit 81c22f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/monitor/monitor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
margin: 0 5px;
4444
border-radius: calc($space / 2);
4545
padding: 0 2px;
46+
white-space: pre-wrap;
4647
transform: translateZ(0); /* Fixes flickering in Safari */
4748
}
4849

@@ -53,6 +54,7 @@
5354
text-align: center;
5455
color: white;
5556
font-size: 1rem;
57+
white-space: pre-wrap;
5658
transform: translateZ(0); /* Fixes flickering in Safari */
5759
}
5860

0 commit comments

Comments
 (0)