Skip to content

Commit

Permalink
Merge pull request #12600 from IgniteUI/simeonoff/fix-12594-14.2.x
Browse files Browse the repository at this point in the history
fix(banner): actions not alligned vertically
  • Loading branch information
kdinev committed Jan 31, 2023
2 parents f521754 + 8dc526b commit 7e84251
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 7e84251

Please sign in to comment.