Fix text selection in conversation details

This commit is contained in:
Jamie Kyle
2024-01-03 12:28:57 -08:00
committed by GitHub
parent a60cf05f83
commit 31b6a58fb7
3 changed files with 15 additions and 2 deletions
@@ -519,6 +519,10 @@
}
}
.ConversationDetails__MemberName {
user-select: text;
}
.ConversationDetails__CallHistoryGroup__List {
list-style: none;
margin: 0;