Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed May 20, 2024
1 parent d66fe13 commit 8c4ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enjoy/src/renderer/components/medias/media-caption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c4ba9f

Please sign in to comment.