Skip to content

Commit

Permalink
Fix for user selection on the dropdown menu button (#1773) (#1774)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3393378)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
  • Loading branch information
mattermost-build and devinbinnie authored Sep 29, 2021
1 parent 73c0b24 commit 28e5a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/css/components/TeamDropdownButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
}

i {
Expand Down

0 comments on commit 28e5a64

Please sign in to comment.