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

Fix text wrap problems

parent f2d3527e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment