Skip to content

Commit

Permalink
Merge pull request #1311 from IntersectMBO/fix/1244-bug-cip-108-wrong…
Browse files Browse the repository at this point in the history
…-display-order

fix(#1244): fix direction on the governance actions
  • Loading branch information
MSzalowski authored Jun 17, 2024
2 parents ff3345b + d8aedbf commit 3a140e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ changes.
- Fix validation of uris in metadata [Issue 1011](https://github.com/IntersectMBO/govtool/issues/1011)
- Fix wrong link to the GA Details once it is in progress [Issue 1252](https://github.com/IntersectMBO/govtool/issues/1252)
- Fix validation of the GAs with missing references [Issue 1282](https://github.com/IntersectMBO/govtool/issues/1282)
- Fix displaying the GA Markdowns [Issue 1244](https://github.com/IntersectMBO/govtool/issues/1244)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export const GovernanceActionCardElement = ({
display: "flex",
alignItems: "center",
overflow: "hidden",
flexDirection: "column",
}}
>
{isMarkdown ? (
Expand Down

0 comments on commit 3a140e3

Please sign in to comment.