[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:
parent
5a3920215f
commit
dbe9adbd36
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user