From dcb4d7069ed3958b4916a9d2c4f5508bf1f6948f Mon Sep 17 00:00:00 2001 From: Robert Messerle Date: Mon, 6 Jun 2016 12:39:10 -0700 Subject: [PATCH] fix(tabs): removes minimum height closes #570 --- src/components/tabs/tab-group.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/tabs/tab-group.scss b/src/components/tabs/tab-group.scss index 630c7850ca29..7509ad63c962 100644 --- a/src/components/tabs/tab-group.scss +++ b/src/components/tabs/tab-group.scss @@ -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 */