fix: 专辑页面歌名翻译被换行 (#1447)

This commit is contained in:
memorydream 2022-03-27 16:02:39 +08:00 committed by GitHub
parent b5f681631e
commit 9f890072d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,6 @@ const Track = memo(
className='ml-1.5 mt-[2px] h-4 w-4 text-gray-300 dark:text-gray-500' className='ml-1.5 mt-[2px] h-4 w-4 text-gray-300 dark:text-gray-500'
/> />
)} )}
</span>
{subtitle && ( {subtitle && (
<span <span
title={subtitle} title={subtitle}
@ -135,6 +134,7 @@ const Track = memo(
({subtitle}) ({subtitle})
</span> </span>
)} )}
</span>
</div> </div>
)} )}
</div> </div>