forked from AkkomaGang/akkoma-fe
Compare commits
2 commits
52b0b6f008
...
fb909e2126
Author | SHA1 | Date | |
---|---|---|---|
fb909e2126 | |||
16467d2e19 |
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.RichContent {
|
||||
blockquote {
|
||||
margin: 0.2em 0 0.2em 2em;
|
||||
margin-left: 2em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
.text {
|
||||
& > * {
|
||||
white-space: pre-wrap;
|
||||
white-space: normal;
|
||||
}
|
||||
&.-single-line {
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in a new issue