Fix: prevents the names of the tabs from disappear

This commit is contained in:
Gabriel Masclef 2017-11-23 10:16:34 -03:00
parent 5695bce997
commit 614997df1f
No known key found for this signature in database
GPG Key ID: DD6D7EAADE12280D
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ $global-colors: (
margin: 1.2rem 0.2rem;
}
}
// This style prevents the names of the tabs from disappear
.tabbar .tab-button .tab-button-text {
display: block;
}