Skip to content

Commit

Permalink
fix(managed): Add a fixed width for logo in environments header
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshm committed Jul 31, 2020
1 parent dcb8cef commit df435ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const EnvironmentsHeader = ({ app, resourceInfo: { managed, total } }: IE
return (
<div className="EnvironmentsHeader">
<div className="flex-container-h sp-padding-l">
<div style={{ minWidth: 145 }}>
<div style={{ width: 145 }}>
<Illustration name={icon} />
</div>
<div className="flex-container-v sp-padding-xl-top sp-margin-m-left sp-margin-m-top">
Expand Down

0 comments on commit df435ac

Please sign in to comment.