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

(cherry picked from commit 33933781fd)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
This commit is contained in:
Mattermost Build 2021-09-29 20:28:05 +02:00 committed by GitHub
parent 73c0b240fe
commit 28e5a64bac
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 {