tabsbar: Fix pinned tabs with label appearing

Fixes #592
This commit is contained in:
Rafael Mardojai CM 2023-05-09 13:16:17 -05:00
parent fcbe118184
commit b2b9ebdc9d
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ tab {
align-items: center;
margin-top: -1px;
min-width: 100% !important;
}
.tab-content:not([pinned]) {
padding: 0 4px !important;
}