Commit 42f6832
committed
main content tries to be as wide as possible
On wide screens, the main container had a max-width set but not a width,
so it would be narrow when the question content is narrow. Feedback
messages could it make it wider, which leads to things moving around
unexpectedly.
This changes the container to be as wide as it can, up to the limit of
1170px or the viewport width, whichever is less.1 parent 0ffaa76 commit 42f6832
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
| |||
0 commit comments