UX: Ensure `#main-outlet-wrapper` takes full width. (#16650)

For some reason, we're seeing inconsistency between production and
development environment where the computed width of #main-outlet-wrapper
is not taking the full width of the grid column in production.

Follow-up to b35cf7cc0c.
This commit is contained in:
Alan Guo Xiang Tan 2022-05-05 16:34:40 +08:00 committed by GitHub
parent 62cbb766cd
commit 87b970cd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ input {
} }
#main-outlet-wrapper { #main-outlet-wrapper {
width: 100%;
display: grid; display: grid;
grid-template-areas: "content"; grid-template-areas: "content";
grid-template-columns: 1fr; grid-template-columns: 1fr;