Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Oct 24, 2023
1 parent dcb788a commit 19dd519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/chapter/comicDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function ComicDetail({
className={`font-bold ${
expandDetail ? 'text-black' : 'text-second-color'
} transition-all text-2xl leading-6 flex items-start gap-[10px]`}>
<span className={`${!expandDetail ? 'line-clamp-1' : ''}`}>
<span className={`${!expandDetail ? 'line-clamp-1 leading-[150%] -mt-[12px]' : ''}`}>
{data[selectedLanguage.shortLang]?.title}
</span>
{expandDetail && <StatusLabel status={data.status?.type}>{t(data.status?.text)}</StatusLabel>}
Expand Down

0 comments on commit 19dd519

Please sign in to comment.