Remove unnecessary break-all

This commit is contained in:
Dane Everitt 2020-10-11 12:34:48 -07:00
parent c6d6221711
commit 2f5e080074
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 5 additions and 5 deletions

View file

@ -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) &&