From 5ff88d1e7b83d656784c25f5a940db4147e8993c Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Sun, 10 Aug 2014 16:34:26 -0700 Subject: [PATCH] Fixes wrapping issues with small screens/mobile --- app/assets/stylesheets/themes/default/layout/_body.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index 5cb8079..b227c40 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -18,6 +18,7 @@ body#tinymce { #container { min-height: 100%; + min-width: 1020px; background: { color: $blue; image: image-url("#{$theme-path}/layout/background.jpg");