Skip to content

Commit

Permalink
fix(shs-5899): aligment of button in exposed filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Oct 31, 2024
1 parent 6bd1bac commit f99f6b0
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@

.form-actions {
display: flex;
align-self: flex-end;
margin-bottom: 0;
align-self: flex-start;

@include grid-media-min('md') {
margin-bottom: hb-spacing-width('xs');
@include grid-media-min('lg') {
margin-top: hb-calculate-rems(34px);
}
}

Expand Down

0 comments on commit f99f6b0

Please sign in to comment.