Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Prevent pills from being split by formatting actions (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Jan 24, 2022
1 parent 8ca18cc commit 5430fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_BasicMessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ limitations under the License.
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
span.mx_UserPill, span.mx_RoomPill {
position: relative;
user-select: all;

// avatar psuedo element
&::before {
Expand Down

0 comments on commit 5430fa1

Please sign in to comment.