mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1241084 - Ensure error page body is always at least as wide as content. r=Gijs
MozReview-Commit-ID: IybHlDmMoD8
This commit is contained in:
parent
26985de045
commit
5dc506f154
@ -10,6 +10,11 @@ body {
|
||||
/* Top padding for when the window height is small.
|
||||
Bottom padding to keep everything centered. */
|
||||
padding: 75px 0;
|
||||
/* info-pages.css sets a minimum width of 13em to the content
|
||||
* container. If we don't set a min-width here, the content
|
||||
* gets clipped in iframes with small width. We don't accomodate
|
||||
* any padding to prioritize real estate in the small viewport. */
|
||||
min-width: 13em;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
|
Loading…
Reference in New Issue
Block a user