From c11d74b64e1bd7ec69552df21d5f875e259213e7 Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 13 Jun 2018 12:35:26 -0400 Subject: [PATCH] fix(tabs): align tab title and icons to flex-start Closes #14606 --- core/src/components/tab-button/tab-button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/tab-button/tab-button.scss b/core/src/components/tab-button/tab-button.scss index 27427b1371..cdd0f8c72b 100644 --- a/core/src/components/tab-button/tab-button.scss +++ b/core/src/components/tab-button/tab-button.scss @@ -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%;