Skip to content

Commit 639fc6a

Browse files
committed
Always display whitespace in list monitors
1 parent f8b3e49 commit 639fc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/monitor/monitor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
overflow: hidden; /* Don't let long values escape container */
150150
text-overflow: ellipsis;
151151
user-select: text; /* Allow selecting list values for 2.0 compatibility, only relevant in player */
152-
white-space: nowrap;
152+
white-space: pre;
153153
}
154154

155155
.list-input {

0 commit comments

Comments
 (0)