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:
parent
1c1290f7ed
commit
c4d411efa4
9 changed files with 169 additions and 174 deletions
|
|
@ -399,7 +399,7 @@ const Repositories = (props) => {
|
|||
</ToolbarItem>
|
||||
</ToolbarContent>
|
||||
</Toolbar>
|
||||
<Panel isScrollable>
|
||||
<Panel>
|
||||
<PanelMain>
|
||||
<RepositoryUnavailable />
|
||||
<TableComposable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue