Skip to content

Commit 006978f

Browse files
Katrinsimeonoff
andauthored
feat(tabs scrolling): add min-width to parent container (#12660)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent e1ab882 commit 006978f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,12 @@
556556

557557
%tabs-header-scroll--end {
558558
justify-content: flex-end;
559+
min-width: max-content;
559560
}
560561

561562
%tabs-header-scroll--center {
562563
justify-content: center;
564+
min-width: max-content;
563565
}
564566

565567
%tabs-header-scroll--justify {

0 commit comments

Comments
 (0)