Skip to content

Commit 4eb6eca

Browse files
didimmovasimeonoffrkaraivanov
authored
fix(tabs): fix selected indicator alignment (#2028)
--------- Co-authored-by: Simeon Simeonoff <[email protected]> Co-authored-by: Radoslav Karaivanov <[email protected]>
1 parent 355e5c5 commit 4eb6eca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/tabs/themes/tabs.base.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
overflow: hidden;
1212
position: relative;
1313
height: 100%;
14+
text-align: initial;
1415
}
1516

1617
%fake-column {
@@ -136,6 +137,7 @@ igc-icon-button::part(base) {
136137
position: relative;
137138
grid-row: 2;
138139
grid-column: 1 / -1;
140+
text-align: initial;
139141

140142
span {
141143
position: absolute;

0 commit comments

Comments
 (0)