Fix overflowing tabs

This commit is contained in:
EliverLara
2019-09-17 12:24:23 -05:00
parent ad732b103a
commit 4dffc27afd
3 changed files with 3 additions and 3 deletions

View File

@@ -3043,7 +3043,7 @@ notebook > header {
notebook > header.top {
border-bottom-style: solid; }
notebook > header.top > tabs {
margin-bottom: -3px; }
margin-bottom: -2px; }
notebook > header.top > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.top > tabs > tab:checked {

View File

@@ -3043,7 +3043,7 @@ notebook > header {
notebook > header.top {
border-bottom-style: solid; }
notebook > header.top > tabs {
margin-bottom: -3px; }
margin-bottom: -2px; }
notebook > header.top > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.top > tabs > tab:checked {

View File

@@ -18,7 +18,7 @@ notebook {
&.top {
border-bottom-style: solid;
> tabs {
margin-bottom: -3px;
margin-bottom: -2px;
> tab {