Skip to content

Commit

Permalink
FIX: prevents tweets to lose format in onebox (#15565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Jan 13, 2022
1 parent 25722e0 commit 29bdcf2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/common/base/onebox.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 29bdcf2

Please sign in to comment.