-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: tabsChanges related to the tabs.Changes related to the tabs.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
I'm trying to set the width of tabs through tabWidth property of Tabs, as in the following code:
<Tabs tabWidth={75}>
<Tab label='tab 1'>
<h1>tab 1</h1>
</Tab>
<Tab label='tab 2' >
<h1>tab 2</h1>
</Tab>
</Tabs>But in the rendered page, only the width of the ink bar under the tab is changed, and the actual tab's width didn't change. Any idea how to fix this?
Metadata
Metadata
Assignees
Labels
scope: tabsChanges related to the tabs.Changes related to the tabs.type: bugIt doesn't behave as expected.It doesn't behave as expected.