fix: refresh page when vertical writing mode is set (#615)
This commit is contained in:
@@ -37,11 +37,7 @@ const SectionInfo: React.FC<SectionInfoProps> = ({
|
||||
: { left: `${horizontalGap}%` }
|
||||
}
|
||||
>
|
||||
<h2
|
||||
className={clsx(
|
||||
'text-neutral-content line-clamp-1 text-center font-sans text-xs font-light',
|
||||
)}
|
||||
>
|
||||
<h2 className={clsx('text-neutral-content text-center font-sans text-xs font-light')}>
|
||||
{section || ''}
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user