Skip to content

Commit 933f292

Browse files
authored
Merge branch 'master' into simeonoff/badge-size-18.2.x
2 parents 41757c9 + a89bf84 commit 933f292

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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

projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
}
357357

358358
@if $bootstrap-theme {
359-
border: rem(1px) solid transparent;
359+
padding-block: rem(12px);
360360
border-start-start-radius: var-get($theme, 'border-radius');
361361
border-start-end-radius: var-get($theme, 'border-radius');
362362
}

0 commit comments

Comments
 (0)