Compare commits

...

2 Commits

2 changed files with 1 additions and 9 deletions

View File

@ -87,7 +87,7 @@ export const EmbeddedStatusContent: React.FC<{
className={className}
ref={handleContentRef}
lang={language}
dangerouslySetInnerHTML={{ __html: content }}
dangerouslySetInnerHTML={{ __html: content.replace(/<\/p><p>/g, '\n\n') }}
/>
);
};

View File

@ -10817,14 +10817,6 @@ noscript {
max-height: 4 * 22px;
overflow: hidden;
p {
display: none;
&:first-child {
display: initial;
}
}
p,
a {
color: inherit;