From b94c3e89faaa1880a5d5d50d0bf25bd19c3fba34 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 25 Sep 2014 23:14:14 +0200 Subject: [PATCH] fix t/387: inline code doesn't wrap --- app/assets/stylesheets/style.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 7502548..fc65a36 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -376,6 +376,7 @@ code { display: inline-block; line-height: 1em; vertical-align: middle; + max-width: 100%; // force line break } table, tr, td, th {