WIP: Improve style for quoted text in RichContent #412
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
|||
}
|
||||
|
||||
.text {
|
||||
& > * {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
&.-single-line {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in a new issue