mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fix(core): long words will overflow in chat panel (#13101)
This commit is contained in:
@@ -16,8 +16,7 @@ export class ChatMessageUser extends WithDisposable(ShadowlessElement) {
|
||||
.chat-message-user {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 800px;
|
||||
margin-left: 58px;
|
||||
max-width: calc(100% - 58px);
|
||||
}
|
||||
|
||||
.chat-content-images {
|
||||
|
||||
Reference in New Issue
Block a user