From: Tom Hughes Date: Thu, 25 Apr 2013 16:44:40 +0000 (+0100) Subject: Improve wrapping in the data browse on narrow windows X-Git-Tag: live~5051 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/aeeb30ce3c2c1246f07b6e60c8ead0d8bece7554?hp=66ce4c3b93655abbaef463d9f310c44fa6aed6f1;ds=sidebyside Improve wrapping in the data browse on narrow windows --- 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; }