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

Commit 5430fa1

Browse files
authored
Prevent pills from being split by formatting actions (#7606)
1 parent 8ca18cc commit 5430fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_BasicMessageComposer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ limitations under the License.
4747
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
4848
span.mx_UserPill, span.mx_RoomPill {
4949
position: relative;
50+
user-select: all;
5051

5152
// avatar psuedo element
5253
&::before {

0 commit comments

Comments
 (0)