fix style

This commit is contained in:
an-lee
2024-05-20 10:42:28 +08:00
parent d66fe13e0b
commit 8c4ba9f30d

View File

@@ -520,7 +520,7 @@ const Caption = (props: {
{displayIpa && (
<div
className={`select-text text-sm 2xl:text-base text-muted-foreground font-code mb-1 ${
className={`select-text text-sm 2xl:text-base text-muted-foreground font-code mb-1 px-1 ${
index === 0 ? "before:content-['/']" : ""
} ${
index === caption.timeline.length - 1