mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
style(v2): add className to tab container (#4086)
* Add: className to tab container * Update: single dash
This commit is contained in:
parent
22e231904d
commit
b49ff32417
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function Tabs(props: Props): JSX.Element {
|
|||
};
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="tabs-container">
|
||||
<ul
|
||||
role="tablist"
|
||||
aria-orientation="horizontal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue