Skip to content

Commit

Permalink
fix(SLB-288): fix nested block style
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed May 17, 2024
1 parent 822032e commit 543968d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function BlockImageWithText(props: BlockImageWithTextFragment) {
</div>
)}

<div className={'lg:w-1/2'}>
<div className={'lg:w-1/2 nested-container'}>
{props.textContent?.markup && <BlockMarkup {...props.textContent} />}
</div>
</div>
Expand Down

0 comments on commit 543968d

Please sign in to comment.