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 de349c2 commit 5bbc807
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,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(40px);
Expand Down

0 comments on commit 5bbc807

Please sign in to comment.