From 837359e6f18aac985c2967344d035d70c05e427a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 6 Apr 2018 17:26:52 +1200 Subject: detail: Fix layer description not wrapping properly In 3adddf6a25977cb576f8fcefd307d947e43d637b I changed the style to allow pre-formatted text to work in the layer description, but this broke wrapping so that text could go behind the "Dependencies" box. Use the "pre-wrap" style instead so that both pre-formatting and wrapping work here. Signed-off-by: Paul Eggleton --- templates/layerindex/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layerindex') diff --git a/templates/layerindex/detail.html b/templates/layerindex/detail.html index d1e807bea6..220d475b06 100644 --- a/templates/layerindex/detail.html +++ b/templates/layerindex/detail.html @@ -76,7 +76,7 @@
-

{{ layeritem.description }}

+

{{ layeritem.description }}

{% if layeritem.usage_url %} -- cgit 1.2.3-korg