Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLB-446-Align-list-styling' into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Luqmaan Essop committed Jun 28, 2024
2 parents 78cc1e6 + 1a2f009 commit 2f916b3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 34 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Atoms/List.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ul li {
@apply text-base !font-medium !text-gray-900;
@apply !font-medium !text-gray-900;
}

ul {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function BlockImageWithText(props: BlockImageWithTextFragment) {
</div>
)}

<div className={'lg:w-1/2 nested-container'}>
<div className={'lg:w-1/2 nested-container prose-li:text-base'}>
{props.textContent?.markup && (
<BlockMarkup {...props.textContent} />
)}
Expand Down
63 changes: 31 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f916b3

Please sign in to comment.