Fix for user selection on the dropdown menu button (#1773)

This commit is contained in:
Devin Binnie 2021-09-29 14:17:55 -04:00 committed by GitHub
parent a3d7f0518e
commit 33933781fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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