From 0c49219ca7712b37fce07ff574f286a02fffff3d Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Tue, 17 Feb 2015 11:47:04 +0100 Subject: [PATCH] Global prevent for overflow in mobile view --- app/assets/stylesheets/mobile/mobile.css.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/mobile/mobile.css.scss b/app/assets/stylesheets/mobile/mobile.css.scss index 64b32f333..dc973472d 100644 --- a/app/assets/stylesheets/mobile/mobile.css.scss +++ b/app/assets/stylesheets/mobile/mobile.css.scss @@ -12,6 +12,11 @@ a { text-decoration: none; } +code { + white-space: normal; + word-wrap: break-word; + } + body { background: { image: image-url('texture/hatched-light.jpg');