Skip to content

Commit

Permalink
fix(tabs): removes minimum height (#641)
Browse files Browse the repository at this point in the history
closes #570
  • Loading branch information
robertmesserle authored and jelbourn committed Jun 6, 2016
1 parent bbd96e8 commit 750a8e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/tabs/tab-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
@import 'default-theme';

$md-tab-bar-height: 48px !default;
$md-tab-content-min-height: 200px !default;

:host {
display: flex;
flex-direction: column;
font-family: $md-font-family;
min-height: $md-tab-bar-height + $md-tab-content-min-height;
}

/** The top section of the view; contains the tab labels */
Expand Down

0 comments on commit 750a8e3

Please sign in to comment.