fix tabbar being cut off

This commit is contained in:
Gerome Matilla 2020-08-22 06:40:04 +08:00
parent 8458666e29
commit 0a6e1a1840
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The tabs container
/* Set minimum height for tab bar */ /* Set minimum height for tab bar */
#tabbrowser-tabs { #tabbrowser-tabs {
--tab-min-height: 0; /* --tab-min-height: 0; */
margin: 6px 5px 6px 5px; margin: 6px 5px 6px 5px;
} }