Allow user to click on message action menu without loosing text selection

pull/13839/head
Gabriel Engel 7 years ago
parent 805a7eb6f8
commit 9ef1c6f641
  1. 2
      app/theme/client/imports/components/messages.css

@ -13,6 +13,8 @@
font-size: 1rem;
user-select: none;
&__buttons {
display: flex;
}

Loading…
Cancel
Save