Skip to content

Commit

Permalink
Update react/PageLayoutContainer.tsx
Browse files Browse the repository at this point in the history
Co-Authored-By: Breno Calazans <[email protected]>
  • Loading branch information
victorhmp and Breno Calazans authored Nov 28, 2019
1 parent 990437c commit 06ec1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/PageLayoutContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const PageLayoutContainer: FC = ({ children }) => {
<EnhancedSideBarContentProvider>
<div
className="w-25-l vh-100-l overflow-y-auto"
style={{ maxWidth: 280, minWidth: 200 }}>
style={{ maxWidth: '280px', minWidth: '200px' }}>
<SideBar />
</div>
</EnhancedSideBarContentProvider>
Expand Down

0 comments on commit 06ec1f1

Please sign in to comment.