Skip to content

Commit

Permalink
Remove extra spacing on promotion actions
Browse files Browse the repository at this point in the history
I'm not sure why this padding was ever added, but it made the actions
not line up next to the rules which was silly.
  • Loading branch information
adammathys committed Oct 24, 2023
1 parent af2803a commit 0a9f663
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
}
}

#actions_container {
.edit_promotion {
margin-top: 73px;
}
}

.promotion-block {
padding: 0 1.25rem 0.5rem;
background-color: lighten($color-border, 5);
Expand Down

0 comments on commit 0a9f663

Please sign in to comment.