fix(style): some style issues (#5029)
This commit is contained in:
@@ -31,7 +31,7 @@ const Filed: FC<Props> = ({
|
||||
toggle: toggleFold,
|
||||
}] = useBoolean(true)
|
||||
return (
|
||||
<div className={cn(className, inline && 'flex justify-between items-center')}>
|
||||
<div className={cn(className, inline && 'flex justify-between items-center w-full')}>
|
||||
<div
|
||||
onClick={() => supportFold && toggleFold()}
|
||||
className={cn('flex justify-between items-center', supportFold && 'cursor-pointer')}>
|
||||
|
@@ -17,7 +17,7 @@ const InfoPanel: FC<Props> = ({
|
||||
<div className='leading-4 text-[10px] font-medium text-gray-500 uppercase'>
|
||||
{title}
|
||||
</div>
|
||||
<div className='leading-4 text-xs font-normal text-gray-700'>
|
||||
<div className='leading-4 text-xs font-normal text-gray-700 break-words'>
|
||||
{content}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user