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

View File

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