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}} +