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

pull/21833/head
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
1 changed files with 1 additions and 0 deletions

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 {