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
I’m afraid not. The Grid is intended for page-wide layout only, and its horizontal whitespace is essential to prevent content from touching the edge of the window. What’s the reason to remove this white space?
Have you seen our example form? Can you set up your form just like it?
Describe the issue
When using a Grid, there is a default padding-left. Is it possible to remove this or create a property for this?
Now I have to add an extra style={{ paddingLeft: 0 }}.
Sandbox
The text was updated successfully, but these errors were encountered: