fix(tabs): align tab title and icons to flex-start

Closes #14606
This commit is contained in:
mhartington
2018-06-13 12:35:26 -04:00
parent 0f4ed8162a
commit c11d74b64e

View File

@ -36,7 +36,7 @@ ion-tab-button a {
flex-direction: column;
align-items: center;
justify-content: space-between;
justify-content: flex-start;
width: 100%;
height: 100%;