X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ferror-pages.css;h=ceef6ec02b63c5f70256c6cc282c7fb9c824ba14;hp=4df4ed9196e41ab3c16427a2886c22cea6723cb7;hb=8cbd10f23d017d95a5f0c193375aa23b14da0d16;hpb=b4888bae6fbc1a4e61b478a329f0dca352d0e5a7 diff --git a/LCARStrek/browser/error-pages.css b/LCARStrek/browser/error-pages.css index 4df4ed91..ceef6ec0 100644 --- a/LCARStrek/browser/error-pages.css +++ b/LCARStrek/browser/error-pages.css @@ -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 {