Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit db90c21

Browse files
committed
docs: Update layout modifier class
1 parent 64aef9a commit db90c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storybook/sb-preview/lib/sb-preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Preview = ({ wrapper, children }) => {
4545
<Canvas className="csb-preview">
4646
<div className="sui-wrap sui-theme--light">
4747
{ true === wrapper && (
48-
<div className="sui-layout sui-layout--spacing">
48+
<div className="sui-layout sui-layout--horizontal">
4949
{ children }
5050
</div>
5151
)}

0 commit comments

Comments
 (0)