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:
parent
eb65965218
commit
29f82bc248
1 changed files with 1 additions and 1 deletions
|
|
@ -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>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue