You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Is this really full-width on mobile? I am asking this question because I see the padding of px-0 added for breakpoint 'sm'. For smaller screens the padding px-4 applies.
To Reproduce
Steps to reproduce the behavior: Just include the code in a new component and you can see that there's a padding of px-4 on mobile screen.
Expected behavior
No padding should be seen on screens less than 640px because that's what the title of the component says: "Simple with dividers, full-width on mobile"