mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Prevent pills from being split by formatting actions (#7606)
This commit is contained in:
parent
8ca18ccdec
commit
5430fa15a4
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue