mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-11 09:14:23 +01:00
allow text selection in dms
This commit is contained in:
@@ -179,7 +179,9 @@ function SingleMessage(props: {
|
||||
</div>
|
||||
</Match>
|
||||
<Match when={true}>
|
||||
<p class="!mb-0 break-words">{props.dm.message}</p>
|
||||
<p class="!mb-0 !select-text break-words">
|
||||
{props.dm.message}
|
||||
</p>
|
||||
</Match>
|
||||
</Switch>
|
||||
<time
|
||||
|
||||
Reference in New Issue
Block a user