Skip to content

Commit

Permalink
wizard: fix aws upload popover styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozol committed Jul 28, 2020
1 parent 082c927 commit 5d57e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions components/Wizard/ImageStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
FormSelectOption,
Popover,
Text,
TextContent,
TextInput,
} from "@patternfly/react-core";
import {
Expand Down Expand Up @@ -167,7 +166,7 @@ class ImageStep extends React.PureComponent {
<Popover
id="aws-provider-popover"
bodyContent={
<TextContent>
<div>
<p>
<FormattedMessage
defaultMessage="
Expand All @@ -194,6 +193,7 @@ class ImageStep extends React.PureComponent {
}}
/>
</p>
<br />
<p>
<FormattedMessage
defaultMessage="
Expand Down Expand Up @@ -221,7 +221,7 @@ class ImageStep extends React.PureComponent {
}}
/>
</p>
</TextContent>
</div>
}
aria-label={formatMessage(ariaLabels.uploadImage)}
>
Expand Down
5 changes: 3 additions & 2 deletions components/Wizard/ReviewStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ReviewStep extends React.PureComponent {
className="pf-l-flex__item"
id="aws-review-popover"
bodyContent={
<TextContent>
<div>
<p>
<FormattedMessage
defaultMessage="
Expand All @@ -107,6 +107,7 @@ class ReviewStep extends React.PureComponent {
}}
/>
</p>
<br />
<p>
<FormattedMessage
defaultMessage="
Expand Down Expand Up @@ -134,7 +135,7 @@ class ReviewStep extends React.PureComponent {
}}
/>
</p>
</TextContent>
</div>
}
aria-label={formatMessage(ariaLabels.aws)}
>
Expand Down

0 comments on commit 5d57e1d

Please sign in to comment.