We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/admin
/home
flex-direction: row;
flex-direction: column;
Please investigate why this happens and fix it and add a unit test to make sure this won't happen again.
ADMIN CONSOLE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
/admin
page through the link in/home
page, app bar on top has broken layout.flex-direction: row;
style but applied style isflex-direction: column;
.Please investigate why this happens and fix it and add a unit test to make sure this won't happen again.
/home
/admin
page/admin
pageSteps to reproduce
/home
pageADMIN CONSOLE
link on the page./admin
page and it will have appbar with broken layoutThe text was updated successfully, but these errors were encountered: