Skip to content

Commit

Permalink
Fix bootable volumes filter chips alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcbailey committed Mar 24, 2023
1 parent 22245c0 commit d3aa089
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
.create-vm-instance-type-section {
padding: var(--pf-global--spacer--xl);
&__list {
li + li {
margin-top: 0;
}
}

&__step {
font-size: var(--pf-global--FontSize--xl);
height: var(--pf-global--spacer--xl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const CreateFromInstanceType: FC = () => {
<Grid className="co-dashboard-body">
<GridItem>
<Card>
<List isPlain>
<List className="create-vm-instance-type-section__list" isPlain>
<SectionListItem
headerText={t('Select volume to boot from')}
sectionKey={INSTANCE_TYPES_SECTIONS.SELECT_VOLUME}
Expand Down

0 comments on commit d3aa089

Please sign in to comment.