Skip to content

Commit a89bf84

Browse files
refactor(banner-theme): add support for anchor elements as action items (#14799)
Co-authored-by: Silvia Ivanova <[email protected]>
1 parent a784103 commit a89bf84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@
146146
flex-wrap: wrap;
147147
align-self: flex-end;
148148
gap: rem(8px);
149+
150+
> a {
151+
display: inline-flex;
152+
align-items: center;
153+
}
149154
}
150155
}
151156

0 commit comments

Comments
 (0)