Tarekun / optimus-bo-ui

React UI library developed and used at Optimus, Bologna, Italy
0 stars 0 forks source link

Remove padding from default layout #31

Closed Tarekun closed 2 months ago

Tarekun commented 2 months ago

DefaultLayout uses a Box with padding: 2 as a container for the page body. Problem is that this behaviour creates problem if you want to render a full page image, because it's always going to be padded and not occupy full width. We should add a prop to this to allow to disable the padding or even provide custom padding

AC