Fix text overflows through out the front end (#2406)
This commit is contained in:
parent
6893f9bfcd
commit
10eeae0927
4 changed files with 7 additions and 3 deletions
|
@ -69,7 +69,7 @@ const FileObjectRow = ({ file }: { file: FileObject }) => (
|
|||
<FontAwesomeIcon icon={faFolder}/>
|
||||
}
|
||||
</div>
|
||||
<div css={tw`flex-1`}>
|
||||
<div css={tw`flex-1 break-all`}>
|
||||
{file.name}
|
||||
</div>
|
||||
{file.isFile &&
|
||||
|
|
Reference in a new issue