Skip to content

Commit

Permalink
Fix for user selection on the dropdown menu button (mattermost#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie authored Sep 29, 2021
1 parent a3d7f05 commit 3393378
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 3393378

Please sign in to comment.