mirror of https://github.com/vector-im/riot-web
Prevent pills from being split by formatting actions (#7606)
parent
8ca18ccdec
commit
5430fa15a4
|
@ -47,6 +47,7 @@ limitations under the License.
|
||||||
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
|
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
|
||||||
span.mx_UserPill, span.mx_RoomPill {
|
span.mx_UserPill, span.mx_RoomPill {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: all;
|
||||||
|
|
||||||
// avatar psuedo element
|
// avatar psuedo element
|
||||||
&::before {
|
&::before {
|
||||||
|
|
Loading…
Reference in New Issue