Skip to content

Commit

Permalink
Merge pull request #2370 from nextcloud/fix/popovermenuitem-emoji-size
Browse files Browse the repository at this point in the history
Remove whitespace from PopoverMenuItem when displaying emoji
  • Loading branch information
marcoambrosini authored Nov 24, 2021
2 parents 1dffc32 + 21e1e92 commit d212420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PopoverMenu/PopoverMenuItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ li {
* TODO: to remove */
> img {
width: $icon-size;
height: $icon-size;
margin: $icon-margin;
}

Expand Down

0 comments on commit d212420

Please sign in to comment.