FIX: prevents tweets to lose format in onebox (#15565)

This commit is contained in:
Joffrey JAFFEUX 2022-01-13 15:34:40 +01:00 committed by GitHub
parent 25722e0b08
commit 29bdcf2f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -612,6 +612,11 @@ aside.onebox.twitterstatus .onebox-body {
.twitter-screen-name {
font-size: var(--font-down-1);
}
.tweet {
white-space: pre-line;
}
p,
.tweet {
clear: left;