Skip to content

Commit

Permalink
Merge pull request #7615 from stopfstedt/buttons_style_fix
Browse files Browse the repository at this point in the history
fixes right-hand alignment of cancel btn in objective sort manager.
  • Loading branch information
dartajax authored Feb 7, 2024
2 parents 37e567d + 700f9ef commit 51cd8eb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
display: flex;
justify-content: flex-end;

button {
margin-left: 0.5rem;
}

.bigadd {
background-color: c.$fernGreen;
color: c.$white;
margin-left: 0.5rem;
}

.bigcancel {
background-color: c.$crimson;
color: c.$white;
margin: 0 0.5em;
}
}

Expand Down

0 comments on commit 51cd8eb

Please sign in to comment.