From 138d745f5e2fd5a168b09d86337df9ec42415b63 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 10 Dec 2015 21:39:44 +0100 Subject: [PATCH] Sometimes there wasn't a linebreak before the address in the profile --- view/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/global.css b/view/global.css index 2fd5e60f53..05940508ca 100644 --- a/view/global.css +++ b/view/global.css @@ -317,3 +317,7 @@ ul.credits li { .renderinfo { clear: both; } + +.p-addr { + clear: both; +} -- 2.30.2