Wraps content in Callout component (#38893)

This commit is contained in:
Echo 2026-05-04 12:18:43 +02:00 committed by GitHub
parent 708fe31908
commit a7001f52ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -200,9 +200,6 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
.noteContent {
white-space-collapse: preserve-breaks;
overflow-wrap: break-word;
word-break: break-all;
hyphens: auto;
}
.noteEditButton {

View File

@ -17,6 +17,11 @@
margin-top: -2px;
}
.content,
.body {
min-width: 0;
}
.content {
display: flex;
gap: 8px;
@ -32,6 +37,8 @@
.body {
flex-grow: 1;
overflow-wrap: break-word;
hyphens: auto;
a {
color: inherit;