Skip to content

Commit

Permalink
Fix roadmap milestone items spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas authored Dec 4, 2024
1 parent 9f3a1fc commit 5eac6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailio/static/sass/components/_milestone-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
display: flex;
justify-content: space-between;
gap: 12px;
margin-inline: -$padding - $padding;
margin-inline: -$padding;
margin-top: -$padding;
padding: $padding;
margin-bottom: 6px;
Expand Down

0 comments on commit 5eac6fb

Please sign in to comment.