diff --git a/packages/edit-site/src/components/style-book/index.js b/packages/edit-site/src/components/style-book/index.js index 7b85c320e20c99..42b6e3f4fc99b6 100644 --- a/packages/edit-site/src/components/style-book/index.js +++ b/packages/edit-site/src/components/style-book/index.js @@ -120,39 +120,38 @@ function StyleBook( { > { resizeObserver } { showTabs ? ( -
- -
- - { tabs.map( ( tab ) => ( - - { tab.title } - - ) ) } - -
- { tabs.map( ( tab ) => ( - - - - ) ) } -
-
+ +
+ + { tabs.map( ( tab ) => ( + + { tab.title } + + ) ) } + +
+ { tabs.map( ( tab ) => ( + + + + ) ) } +
) : (