diff --git a/src/components/middle/MessageListBotInfo.module.scss b/src/components/middle/MessageListBotInfo.module.scss index b885562b2..4203c3478 100644 --- a/src/components/middle/MessageListBotInfo.module.scss +++ b/src/components/middle/MessageListBotInfo.module.scss @@ -7,14 +7,13 @@ } .bot-info { - max-width: 80%; + max-width: min(80%, 25rem); display: flex; flex-direction: column; background-color: var(--color-background); color: var(--color-text); font-size: calc(var(--message-text-size, 1rem) - 0.0625rem); - line-height: 1.75; border-radius: var(--border-radius-messages); overflow: hidden; text-align: initial;