Remove unnecessary break-all
This commit is contained in:
parent
c6d6221711
commit
2f5e080074
4 changed files with 5 additions and 5 deletions
|
@ -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 a new issue