Skip to content

Commit

Permalink
Remove unnecessary 'px' unit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Nov 28, 2019
1 parent 3c9b390 commit 990437c
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: '280px', minWidth: '200px' }}>
style={{ maxWidth: 280, minWidth: 200 }}>
<SideBar />
</div>
</EnhancedSideBarContentProvider>
Expand Down

0 comments on commit 990437c

Please sign in to comment.