Don't allow text selection on the display and on the control buttons

This commit is contained in:
Chrystian Huot 2019-08-05 12:56:59 -04:00
parent 21f6964405
commit cd65e0c9d5
2 changed files with 2 additions and 0 deletions

View file

@ -100,6 +100,7 @@
span { span {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
user-select: none;
white-space: nowrap; white-space: nowrap;
} }
} }

View file

@ -27,6 +27,7 @@
position: relative; position: relative;
text-overflow: ellipsis; text-overflow: ellipsis;
text-shadow: 0 0 4px rgb(0, 0, 0); text-shadow: 0 0 4px rgb(0, 0, 0);
user-select: none;
white-space: nowrap; white-space: nowrap;
width: auto; width: auto;