Wizard: Improve in-page wizard cosmetically

This commit:
1. Removes the header from the Data Driven Forms wizard
2. Adds padding around the in-page wizard so it is visually consistent
   with the images table
3. Refactors the images table header into a re-usable component that is
   now used in both the images table and the wizard
4. Allows the repositories table to fill the available vertical space in
   the wizard
5. Adjusts the package dual list selectors so that they fill the
   available horizontal space in the wizard
This commit is contained in:
lucasgarfield 2023-10-20 09:34:24 +02:00 committed by Lucas Garfield
parent 1c1290f7ed
commit c4d411efa4
9 changed files with 169 additions and 174 deletions

View file

@ -399,7 +399,7 @@ const Repositories = (props) => {
</ToolbarItem>
</ToolbarContent>
</Toolbar>
<Panel isScrollable>
<Panel>
<PanelMain>
<RepositoryUnavailable />
<TableComposable