fix: tweet format
This commit is contained in:
@ -381,10 +381,7 @@ export class NitterHandler extends ContentHandler {
|
||||
)
|
||||
.join('\n')
|
||||
|
||||
tweetsContent += `
|
||||
<p>${text}</p>
|
||||
${includesHtml}
|
||||
`
|
||||
tweetsContent += `<p class="_omnivore_tweet_content">${text}</p>${includesHtml}`
|
||||
}
|
||||
|
||||
const tweetUrl = `
|
||||
|
||||
@ -586,3 +586,8 @@ on smaller screens we display the note icon
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.article-inner-css ._omnivore_tweet_content {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user