Skip to content

Commit

Permalink
HMS-2584 fix: wizard page 1 padding
Browse files Browse the repository at this point in the history
This is about restore the ordered item, but between the paragraphs add a
padding.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Oct 5, 2023
1 parent 7739969 commit 2f31970
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ const PagePreparation = (props: PagePreparationProps) => {
<ClipboardCopy hoverTip="copy" clickTip="Copied" isReadOnly>
dnf list installed ipa-hcc-server
</ClipboardCopy>
</li>
<li className="pf-u-pt-md pf-u-ml-md">
<TextContent>
<TextContent className="pf-u-pt-md">
If the package is not present on your server(s), follow these{' '}
<Button
component="a"
Expand All @@ -166,6 +164,8 @@ const PagePreparation = (props: PagePreparationProps) => {
<ClipboardCopy hoverTip="copy" clickTip="Copied" isReadOnly>
dnf copr enable copr.devel.redhat.com/cheimes/ipa-hcc && dnf install ipa-hcc-server
</ClipboardCopy>
</TextContent>
<TextContent className="pf-u-pt-md">
The package must be installed on at least one IPA server. For redundency, the package should be installed on two or more IPA servers,
possibly all IPA servers.
</TextContent>
Expand Down

0 comments on commit 2f31970

Please sign in to comment.