fix margin pre tag

This commit is contained in:
Phillip 2023-01-17 09:55:30 +02:00
parent d516a832e9
commit 51f42b029a

View File

@ -613,6 +613,7 @@ export const chatStyles = css`
padding: 0.75rem 1rem;
border-radius: 0.5rem;
white-space: pre-wrap;
margin: 0px;
}
.replied-message pre code {
color: inherit;