-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
How do I style the md-tab?
I've created a few test tabs using the documentation. But I can't figure out how to make the tab's width to be smaller. The default width is too large for mobile screens.
<md-tab-group selectedIndex=0>
<md-tab style="width:50px">
<template md-tab-label>Tab1</template>
<h1>Some more tab content</h1>
<p>...</p>
<template md-tab-content>
</template>
</md-tab>
<md-tab>
<template md-tab-label>Tab2</template>
<template md-tab-content>
<h1>Some more tab content</h1>
<p>...</p>
</template>
</md-tab>
</md-tab-group>
Metadata
Metadata
Assignees
Labels
No labels