diff --git a/client/app/pages/upload-history/upload-history.tsx b/client/app/pages/upload-history/upload-history.tsx index f3cac38..f128185 100644 --- a/client/app/pages/upload-history/upload-history.tsx +++ b/client/app/pages/upload-history/upload-history.tsx @@ -36,7 +36,7 @@ export class UploadHistory extends React.Component { return (
Upload History
- +
diff --git a/client/app/scss/table.scss b/client/app/scss/table.scss index 3068ab1..f17145f 100644 --- a/client/app/scss/table.scss +++ b/client/app/scss/table.scss @@ -8,6 +8,9 @@ th { padding: 10px 5px; } + &--fixed { + table-layout: fixed; + } } .table--ellipsis {
Date