CreateImageWizard: gcp popover padding/margin

The margin on the `ul` list inside the gcp
information popover was causing the popover
to look unevenly spaced. Removing the left
margin resolves this. This commit fixes #630
This commit is contained in:
Gianluca Zuccarelli 2022-03-24 11:47:50 +00:00 committed by jkozol
parent eb65965218
commit 29f82bc248

View file

@ -22,7 +22,7 @@ const PopoverInfo = ({ appendTo }) => {
flipBehavior={ [ 'right', 'bottom', 'top', 'left' ] }
bodyContent={ <TextContent>
<Text>The following account types can have an image shared with them:</Text>
<TextList>
<TextList className='pf-u-ml-0'>
<TextListItem>
<strong>Google account:</strong> A Google account represents a developer, an administrator,
or any other person who interacts with Google Cloud. e.g., <em>`alice@gmail.com`</em>.