mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Fix text overflows through out the front end (#2406)
This commit is contained in:
@@ -55,7 +55,9 @@ export default ({ backup, className }: Props) => {
|
||||
Failed
|
||||
</span>
|
||||
}
|
||||
{backup.name}
|
||||
<div css={tw`break-all`}>
|
||||
{backup.name}
|
||||
</div>
|
||||
{(backup.completedAt && backup.isSuccessful) &&
|
||||
<span css={tw`ml-3 text-neutral-300 text-xs font-thin hidden sm:inline`}>{bytesToHuman(backup.bytes)}</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user