Wraps content in Callout component (#38893)
This commit is contained in:
parent
708fe31908
commit
a7001f52ab
@ -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