We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bd8a2 commit edfddd5Copy full SHA for edfddd5
src/components/FilesTable/FilesTable.jsx
@@ -31,7 +31,7 @@ const FilesTable = ({ addClass, files }) => {
31
<td>{uploadedBy}</td>
32
<td>{contentLength}</td>
33
<td>{createdAt}</td>
34
- <td>
+ <td className='text-center'>
35
<Link
36
icon='fa-download'
37
href={href}
0 commit comments