fix(ui-toolkit): remove horizontal scroll on styleguide #1384

This commit is contained in:
Fábio Moreira 2018-05-10 14:04:45 +01:00 committed by Sérgio Ramos
parent c233b0d757
commit 574c3add4e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import Parallax from './parallax';
const Main = styled(Row)`
padding-top: ${remcalc(24)};
width: 100%;
`;
const Sidebar = styled.div`