Skip to content

Commit

Permalink
Merge pull request #2188 from IntersectMBO/feat/reset-markdown-alignment
Browse files Browse the repository at this point in the history
feat: set markdown alignment unset
  • Loading branch information
MSzalowski authored Oct 22, 2024
2 parents d6398d2 + 4c550d6 commit a316950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const GovernanceActionCardElement = ({
<Box
sx={{
display: "flex",
alignItems: "center",
alignItems: isMarkdown ? "unset" : "center",
overflow: "hidden",
flexDirection: isMarkdown ? "column" : "row",
}}
Expand Down

0 comments on commit a316950

Please sign in to comment.