The Header component has too much padding on the right.
We are developing a Telefonica o2 app.
We have to use the full available width. But this padding-right is causing our content to wrap too early and is causing trouble for our layout.
Example: https://mistica-web.vercel.app/?path=/story/components-headers-header--default&args=titleAs:h1;inverse:!true;sideBySideExtraOnDesktop:!false
Please either
- Remove the padding-right
- Or make a prop like
paddingX=false to remove it
The Header component has too much padding on the right.
We are developing a Telefonica o2 app.
We have to use the full available width. But this padding-right is causing our content to wrap too early and is causing trouble for our layout.
Example: https://mistica-web.vercel.app/?path=/story/components-headers-header--default&args=titleAs:h1;inverse:!true;sideBySideExtraOnDesktop:!false
Please either
paddingX=falseto remove it