Skip to content

Commit 51948a3

Browse files
authored
fix(banner): actions not alligned vertically (#12598)
Closes #12594
1 parent 1facdca commit 51948a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/banner/_banner-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,10 @@
144144
gap: rem(16px);
145145
}
146146

147-
%igx-banner__actions,
148147
%igx-banner__actions > igx-banner-actions {
149148
flex-wrap: wrap;
150149
justify-content: flex-end;
151-
align-items: flex-end;
150+
align-items: center;
152151
align-self: flex-end;
153152
gap: rem(8px);
154153
min-height: rem(40px);

0 commit comments

Comments
 (0)