Skip to content

Commit 791f620

Browse files
authored
fix(tabs): fix tabs content alignment issue (#16637)
1 parent 7ef7b2a commit 791f620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
display: flex;
5757
flex-direction: column;
5858
overflow: hidden;
59+
text-align: initial;
5960
}
6061

6162
%tabs-header {
@@ -322,7 +323,7 @@
322323
var-get($theme, 'item-active-hover-background') 1px,
323324
var-get($theme, 'item-active-hover-background') calc(100% - 1px),
324325
var-get($theme, 'border-color') calc(100% - 1px)
325-
);
326+
);
326327
}
327328
}
328329
}

0 commit comments

Comments
 (0)