From aeeb30ce3c2c1246f07b6e60c8ead0d8bece7554 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 25 Apr 2013 17:44:40 +0100 Subject: [PATCH] Improve wrapping in the data browse on narrow windows --- app/assets/stylesheets/common.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d20e4b4c4..3e239f9d4 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -939,6 +939,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; } color: #ff7070; font-weight: bold; } + div { + clear: left; + } h4, p { margin-bottom: 5px; } -- 2.43.2