fx-compat: Fix tab text alignment

This commit is contained in:
Martynas Bagdonas 2022-06-09 16:41:24 +03:00
parent 5924753fd1
commit 3eb65eef4f

View file

@ -131,6 +131,7 @@
overflow-x: hidden;
text-overflow: ellipsis;
display: -moz-box;
-moz-box-pack: center;
position: relative;
top: -2px;
overflow-y: hidden;