From e68fcc146a4fb6a885c893760a2eb6f0a715179a Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 28 Dec 2015 04:57:49 +0100 Subject: [PATCH] vier: fix for 2205 --- view/theme/vier/style.css | 6 ++++++ view/theme/vier/templates/wall_thread.tpl | 1 + 2 files changed, 7 insertions(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index befe47ad6b..7d0c36be1d 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -342,6 +342,7 @@ code { padding: 10px; margin-top: 20px; max-width: 640px; + white-space: pre-wrap; } .badge { display: inline-block; @@ -1348,6 +1349,10 @@ section.minimal { float: right; } +.wall-item-network-end { + clear: both; +} + .wall-item-location { width: 350px; float: left; @@ -1446,6 +1451,7 @@ section.minimal { transition: all 0.2s ease-in-out; /* color: darkblue; */ /* color: #3E3E8C; */ + word-break: break-word; } .toplevel_item:hover .fakelink, diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index c5c605f433..267b35df77 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -56,6 +56,7 @@ {{$item.network_name}} +