Skip to content

Commit

Permalink
Fixes #35295 - Details tab cards - Switch to masonry card layout inst…
Browse files Browse the repository at this point in the history
…ead of square grid (#10216)
  • Loading branch information
jeremylenz committed Aug 16, 2022
1 parent 9d6b86d commit bc1304b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -48,6 +48,7 @@ const HwPropertiesCard = ({ isExpandedGlobal, hostDetails }) => {
header={__('HW properties')}
expandable
isExpandedGlobal={isExpandedGlobal}
masonryLayout
>
<DescriptionList isHorizontal>
<DescriptionListGroup>
Expand Down
Expand Up @@ -11,6 +11,7 @@ const InstalledProductsCard = ({ isExpandedGlobal, hostDetails }) => {
<CardTemplate
header={__('Installed products')}
expandable
masonryLayout
isExpandedGlobal={isExpandedGlobal}
>
<List isPlain>
Expand Down
Expand Up @@ -62,6 +62,7 @@ const RegistrationCard = ({ isExpandedGlobal, hostDetails }) => {
<CardTemplate
header={__('Registration details')}
expandable
masonryLayout
isExpandedGlobal={isExpandedGlobal}
>
<DescriptionList isHorizontal>
Expand Down

0 comments on commit bc1304b

Please sign in to comment.