We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c82951 commit 4940ccbCopy full SHA for 4940ccb
react/_full-app/CenterContent.tsx
@@ -7,7 +7,7 @@ type CenterContentProps = {
7
export function CenterContent({ children, className, maxWidth = 1200 }: CenterContentProps) {
8
return (
9
<div className={className}>
10
- <div className={`ml-auto mr-auto pl-3 pr-3`} style={{ maxWidth: `${maxWidth}px` }}>
+ <div className="ml-auto mr-auto pl-3 pr-3" style={{ maxWidth: `${maxWidth}px` }}>
11
{children}
12
</div>
13
0 commit comments