Cosmetic change in quote CSS #347
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
.RichContent {
|
.RichContent {
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 0.2em 0 0.2em 2em;
|
margin-left: 2em;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
& > * {
|
& > * {
|
||||||
white-space: pre-wrap;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
&.-single-line {
|
&.-single-line {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue