mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
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:
@@ -184,6 +184,7 @@ input {
|
||||
}
|
||||
|
||||
#main-outlet-wrapper {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-areas: "content";
|
||||
grid-template-columns: 1fr;
|
||||
|
||||
Reference in New Issue
Block a user