Revert "ensure tab text doesn't get cut off if tab titles are long (#2619)" (#2654)

This reverts commit 8409dbb4ea.
This commit is contained in:
Tessa Thornton
2019-10-18 20:58:14 +00:00
committed by Wyatt Johnson
parent cd6a1db85b
commit 044cbd39f1
10 changed files with 653 additions and 737 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class Tab extends React.Component<TabProps> {
return (
<li
className={cn(styles.root, classes.root)}
className={styles.root}
key={tabID}
id={`tab-${tabID}`}
role="presentation"
@@ -2,7 +2,7 @@
exports[`renders correctly 1`] = `
<li
className="Tab-root Tab-root"
className="Tab-root"
id="tab-three"
role="presentation"
>
@@ -6,7 +6,7 @@ exports[`renders correctly 1`] = `
role="tablist"
>
<li
className="Tab-root Tab-root"
className="Tab-root"
id="tab-one"
role="presentation"
>
@@ -27,7 +27,7 @@ exports[`renders correctly 1`] = `
</button>
</li>
<li
className="Tab-root Tab-root"
className="Tab-root"
id="tab-two"
role="presentation"
>
@@ -48,7 +48,7 @@ exports[`renders correctly 1`] = `
</button>
</li>
<li
className="Tab-root Tab-root"
className="Tab-root"
id="tab-three"
role="presentation"
>