Always reserve space for create button so the table doesnt move when navigating between settings views

This commit is contained in:
Jackson Harper 2023-01-25 20:47:40 +08:00
parent a2f88a6288
commit 2168b73c67

View file

@ -274,6 +274,7 @@ export const SettingsTable = (props: SettingsTableProps): JSX.Element => {
display: 'flex',
alignItems: 'center',
marginBottom: '10px',
height: '60px',
}}
>
{props.createAction && props.createTitle && (