mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Remove unnecessary break-all
This commit is contained in:
@@ -56,7 +56,7 @@ export default ({ backup, className }: Props) => {
|
||||
Failed
|
||||
</span>
|
||||
}
|
||||
<p css={tw`break-all truncate`}>
|
||||
<p css={tw`break-words truncate`}>
|
||||
{backup.name}
|
||||
</p>
|
||||
{(backup.completedAt && backup.isSuccessful) &&
|
||||
|
||||
Reference in New Issue
Block a user