Skip to content

Commit 55524b0

Browse files
committed
fix: no hidden br to display translation correctly
1 parent 16be7cd commit 55524b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/renderer/src/modules/entry-column/Items/social-media-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const SocialMediaItem: EntryListItemFC = ({ entryId, entryPreview, transl
107107
as="div"
108108
className={cn(
109109
"prose dark:prose-invert align-middle",
110-
"prose-blockquote:mt-0 cursor-auto select-text text-sm leading-relaxed [&_br:last-child]:hidden",
110+
"prose-blockquote:mt-0 cursor-auto select-text text-sm leading-relaxed",
111111
)}
112112
noMedia
113113
>

0 commit comments

Comments
 (0)