Skip to content
Snippets Groups Projects
Commit cfc60596 authored by sjhuang26's avatar sjhuang26
Browse files

Fix text wrap problems

parent f2d3527e
Branches
Tags
No related merge requests found
......@@ -148,6 +148,7 @@
overflow: hidden; /* Don't let long values escape container */
text-overflow: ellipsis;
user-select: text; /* Allow selecting list values for 2.0 compatibility, only relevant in player */
white-space: nowrap;
}
.list-input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment