[MM-63260] Fixed comments select text under each card - issue #63#102
[MM-63260] Fixed comments select text under each card - issue #63#102iosifpeterfi wants to merge 1 commit into
Conversation
Issue documented here: mattermost#63
|
|
||
| .comment-markdown > * { | ||
| white-space: pre-wrap; | ||
| user-select: auto; |
There was a problem hiding this comment.
Why not user-select: text if we are sure about allowing the user to select the text inside the element?
user-select: auto leaves the decision up to the browser’s default behaviour or what’s inherited from parent elements.
There was a problem hiding this comment.
I agree, is probably best to have it as 'text', since 'auto' can have different outcome.
|
@Rajat-Dabade How is the progress here? |
|
@iosifpeterfi may you merge and apply the suggestions form @Rajat-Dabade? |
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
|
This was solved here, can be closed. @iosifpeterfi |
Summary
This allows users to select text under comments on the board
Ticket Link
Fixes #63
Fixes MM-63260