LandingPage: tighten space between status icon and text
Tighten the space between the status icon and the status text. Fixes #595
This commit is contained in:
parent
5643a142d1
commit
760a4366e9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ const ImageBuildStatus = (props) => {
|
|||
{messages[props.status] &&
|
||||
messages[props.status].map((message, key) => (
|
||||
<Flex key={ key } className="pf-u-align-items-baseline pf-m-nowrap">
|
||||
<div>{message.icon}</div>
|
||||
<div className="pf-u-mr-sm">{message.icon}</div>
|
||||
<small>{message.text}</small>
|
||||
</Flex>
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue