Skip to content

Commit

Permalink
fix(banner): actions not alligned vertically
Browse files Browse the repository at this point in the history
Closes #12594
  • Loading branch information
simeonoff committed Jan 30, 2023
1 parent f521754 commit 8dc526b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,10 @@
gap: rem(16px);
}

%igx-banner__actions,
%igx-banner__actions > igx-banner-actions {
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-end;
align-items: center;
align-self: flex-end;
gap: rem(8px);
min-height: rem(40);
Expand Down

0 comments on commit 8dc526b

Please sign in to comment.