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
Currently the grid is breaking on first SSR render as the elements always fall back to the base with which is in most 100%. That leads to ugly oversized mobile views on desktop which then jumps to its correct size on window.onload.
I suggest to use media queries or do some kind of fallback. Also is it possible that it is just a small Bug which can be quickly fixed.
The text was updated successfully, but these errors were encountered:
Currently the grid is breaking on first SSR render as the elements always fall back to the base with which is in most 100%. That leads to ugly oversized mobile views on desktop which then jumps to its correct size on window.onload.
I suggest to use media queries or do some kind of fallback. Also is it possible that it is just a small Bug which can be quickly fixed.
The text was updated successfully, but these errors were encountered: