We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd7530 + 7307ba3 commit d146d86Copy full SHA for d146d86
docs/component-library/new/Columns/index.mdx
@@ -39,7 +39,7 @@ Docusaurus uses the Infima framework for styling layout. The components describe
39
return (
40
// This section encompasses the columns that we will integrate with children from a dedicated component to allow the addition of columns as needed
41
<div className="container center">
42
- <div className={clsx('row' , className)} style={style}} >
+ <div className={clsx('row', className)} style={style}>
43
{children}
44
</div>
45
0 commit comments