[Glitch] Wraps content in Callout component

Port a7001f52abe560c7ab2ecad7569c78f86fc84489 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2026-05-04 12:18:43 +02:00 committed by Claire
parent 5a3920215f
commit dbe9adbd36
2 changed files with 7 additions and 3 deletions

View File

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

View File

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