Skip to content

Commit

Permalink
Merge pull request #119 from oluwasayo/material-fix
Browse files Browse the repository at this point in the history
Move material Tabs min-height to Tab
  • Loading branch information
oluwasayo committed Feb 20, 2019
2 parents 6564518 + 82a98b3 commit 5eec759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions theme/material/vaadin-tab-styles.html
Expand Up @@ -20,6 +20,7 @@
text-transform: uppercase;
letter-spacing: 0.05em;
white-space: nowrap;
min-height: 48px;
line-height: 1.2;
font-weight: 500;
color: var(--material-secondary-text-color);
Expand Down
1 change: 0 additions & 1 deletion theme/material/vaadin-tabs-styles.html
Expand Up @@ -10,7 +10,6 @@
}

:host {
min-height: 48px;
display: flex;
flex-shrink: 0;
}
Expand Down

0 comments on commit 5eec759

Please sign in to comment.