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
@@ -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;