From 3eb65eef4fa26a392575afaa7a8783159bc9253e Mon Sep 17 00:00:00 2001 From: Martynas Bagdonas Date: Thu, 9 Jun 2022 16:41:24 +0300 Subject: [PATCH] fx-compat: Fix tab text alignment --- scss/components/_tabBar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_tabBar.scss b/scss/components/_tabBar.scss index 1a5b820cc8..6253d61435 100644 --- a/scss/components/_tabBar.scss +++ b/scss/components/_tabBar.scss @@ -131,6 +131,7 @@ overflow-x: hidden; text-overflow: ellipsis; display: -moz-box; + -moz-box-pack: center; position: relative; top: -2px; overflow-y: hidden;