Skip to content

Commit 750a8e3

Browse files
robertmesserlejelbourn
authored andcommitted
fix(tabs): removes minimum height (#641)
closes #570
1 parent bbd96e8 commit 750a8e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/tabs/tab-group.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
@import 'default-theme';
33

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

76
:host {
87
display: flex;
98
flex-direction: column;
109
font-family: $md-font-family;
11-
min-height: $md-tab-bar-height + $md-tab-content-min-height;
1210
}
1311

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

0 commit comments

Comments
 (0)