Prevent pills from being split by formatting actions (#7606)

This commit is contained in:
Robin 2022-01-24 07:18:08 -05:00 committed by GitHub
parent 8ca18ccdec
commit 5430fa15a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {