We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd96e8 commit 750a8e3Copy full SHA for 750a8e3
src/components/tabs/tab-group.scss
@@ -2,13 +2,11 @@
2
@import 'default-theme';
3
4
$md-tab-bar-height: 48px !default;
5
-$md-tab-content-min-height: 200px !default;
6
7
:host {
8
display: flex;
9
flex-direction: column;
10
font-family: $md-font-family;
11
- min-height: $md-tab-bar-height + $md-tab-content-min-height;
12
}
13
14
/** The top section of the view; contains the tab labels */
0 commit comments