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
When Adding a Grid component at the root of a component I notice that class MuiGrid-spacing-xs-16-470 is appended to the root element.
it's width is set to calc(100% + 16px); witch is obviously 16px more than page width.
Is this a bug or I'm missing sth?
Problem description
When Adding a
Grid
component at the root of a component I notice that classMuiGrid-spacing-xs-16-470
is appended to the root element.it's width is set to
calc(100% + 16px);
witch is obviously 16px more than page width.Is this a bug or I'm missing sth?
Versions
The text was updated successfully, but these errors were encountered: