mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Always reserve space for create button so the table doesnt move when navigating between settings views
This commit is contained in:
parent
a2f88a6288
commit
2168b73c67
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ export const SettingsTable = (props: SettingsTableProps): JSX.Element => {
|
|||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
marginBottom: '10px',
|
||||
height: '60px',
|
||||
}}
|
||||
>
|
||||
{props.createAction && props.createTitle && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue