Fix clicking of rows

This commit is contained in:
Dane Everitt 2019-08-05 21:54:16 -07:00
parent 60775c6370
commit 7623b1d1e6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -25,7 +25,7 @@ export default ({ file }: { file: FileObject }) => {
>
<a
href={file.isFile ? undefined : `#${directory}/${file.name}`}
className={'flex flex-1 text-neutral-300 no-underline'}
className={'flex flex-1 text-neutral-300 no-underline p-3'}
onClick={e => {
e.preventDefault();