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
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
If you load the page originally on a large screen, it shows up alright. However, if you load the page on an "xs" screen, and then enlarge it, the inner formatting gets corrupted, because this div does not get a display: grid clause
What is the expected behavior?
Expecting to see a consistent picture, regardless whether you load the page on a large or small screen, then enlarge or shrink it, this div should always appear identical
What is the current behavior?
Currently, again, original load on an "xs" page, followed by an enlargement of the screen, shows a "corrupt" version of the div, which is remedies by adding display: grid either in dev tools, or explicitly in CSS file
What are the steps to reproduce?
This issue sounds "somewhat" similar to #1165, although I was not able to reproduce or figure out what exactly was going wrong in that case
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
Bug Report
I have a
div
which disappears on "xs" screensIf you load the page originally on a large screen, it shows up alright. However, if you load the page on an "xs" screen, and then enlarge it, the inner formatting gets corrupted, because this
div
does not get adisplay: grid
clauseWhat is the expected behavior?
Expecting to see a consistent picture, regardless whether you load the page on a large or small screen, then enlarge or shrink it, this
div
should always appear identicalWhat is the current behavior?
Currently, again, original load on an "xs" page, followed by an enlargement of the screen, shows a "corrupt" version of the
div
, which is remedies by addingdisplay: grid
either in dev tools, or explicitly in CSS fileWhat are the steps to reproduce?
This issue sounds "somewhat" similar to #1165, although I was not able to reproduce or figure out what exactly was going wrong in that case
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: