diff --git a/frontend/src/Activity/History/HistoryEventTypeCell.css b/frontend/src/Activity/History/HistoryEventTypeCell.css index 086354783a..fac97a6c73 100644 --- a/frontend/src/Activity/History/HistoryEventTypeCell.css +++ b/frontend/src/Activity/History/HistoryEventTypeCell.css @@ -1,3 +1,6 @@ .cell { + composes: cell from 'Components/Table/Cells/TableRowCell.css'; + width: 35px; + text-align: center; } diff --git a/frontend/src/Components/Page/Sidebar/PageSidebarItem.css b/frontend/src/Components/Page/Sidebar/PageSidebarItem.css index 4501617052..dac40927fc 100644 --- a/frontend/src/Components/Page/Sidebar/PageSidebarItem.css +++ b/frontend/src/Components/Page/Sidebar/PageSidebarItem.css @@ -36,7 +36,9 @@ .iconContainer { display: inline-block; - width: 25px; + margin-right: 7px; + width: 18px; + text-align: center; } .noIcon { diff --git a/frontend/src/System/Backup/BackupRow.css b/frontend/src/System/Backup/BackupRow.css index 40deb4dede..d83a22e253 100644 --- a/frontend/src/System/Backup/BackupRow.css +++ b/frontend/src/System/Backup/BackupRow.css @@ -2,6 +2,7 @@ composes: cell from 'Components/Table/Cells/TableRowCell.css'; width: 20px; + text-align: center; } .actions {