Skip to content

Commit facb1ca

Browse files
committed
Merge branch 'release-candidate-v0.44.0' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/overview-oss
2 parents 084ac49 + c96dd1e commit facb1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Shared/Components/InfoBlock/InfoBlock.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const InfoBlock = ({
9898
if (layout === 'row') {
9999
return (
100100
<div className={`${baseContainerClass} flexbox dc__gap-16`}>
101-
<div className="flex left dc__gap-8 flex-grow-1">
101+
<div className="flexbox dc__gap-8 flex-grow-1">
102102
{renderIcon()}
103103
{renderContent()}
104104
</div>

0 commit comments

Comments
 (0)