Skip to content

Commit c11d74b

Browse files
committed
fix(tabs): align tab title and icons to flex-start
Closes #14606
1 parent 0f4ed81 commit c11d74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/tab-button/tab-button.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ion-tab-button a {
3636

3737
flex-direction: column;
3838
align-items: center;
39-
justify-content: space-between;
39+
justify-content: flex-start;
4040

4141
width: 100%;
4242
height: 100%;

0 commit comments

Comments
 (0)