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

@ -69,7 +69,7 @@ const FileObjectRow = ({ file }: { file: FileObject }) => (
<FontAwesomeIcon icon={faFolder}/>
}
</div>
<div css={tw`flex-1 break-all truncate`}>
<div css={tw`flex-1 truncate`}>
{file.name}
</div>
{file.isFile &&