We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde5b56 + 81c22f3 commit 5253554Copy full SHA for 5253554
src/components/monitor/monitor.css
@@ -43,6 +43,7 @@
43
margin: 0 5px;
44
border-radius: calc($space / 2);
45
padding: 0 2px;
46
+ white-space: pre-wrap;
47
transform: translateZ(0); /* Fixes flickering in Safari */
48
}
49
@@ -53,6 +54,7 @@
53
54
text-align: center;
55
color: white;
56
font-size: 1rem;
57
58
59
60
@@ -149,7 +151,7 @@
149
151
overflow: hidden; /* Don't let long values escape container */
150
152
text-overflow: ellipsis;
153
user-select: text; /* Allow selecting list values for 2.0 compatibility, only relevant in player */
- white-space: nowrap;
154
+ white-space: pre;
155
156
157
.list-input {
0 commit comments