From e01df312b8fee6f67bf84b4c8293b57789b6fe2c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 20 May 2013 17:47:24 +0100 Subject: [PATCH] Remove max-width restriction on note warning --- app/assets/stylesheets/common.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index fab8461f8..049dadbff 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -939,6 +939,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; } background-color: #ffe0cc; margin: 0px; padding: 4px 6px; + max-width: 100%; } h4, p { margin-bottom: 5px; -- 2.43.2