Skip to content

Commit 85a8c20

Browse files
fix(tabs): bootstrap theme styles (#14803)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent a72ec48 commit 85a8c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -350,7 +350,7 @@
350350
}
351351

352352
@if $bootstrap-theme {
353-
border: rem(1px) solid transparent;
353+
padding-block: rem(12px);
354354
border-start-start-radius: var-get($theme, 'border-radius');
355355
border-start-end-radius: var-get($theme, 'border-radius');
356356
}

0 commit comments

Comments
 (0)