[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 {
|
.noteContent {
|
||||||
white-space-collapse: preserve-breaks;
|
white-space-collapse: preserve-breaks;
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-break: break-all;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noteEditButton {
|
.noteEditButton {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user