From dfe79667de45f0dfee4a57f4988ef7e2cb352d41 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 25 Nov 2019 16:15:18 +0100 Subject: [PATCH] issue: wrap items to allow containment Fix contents from appearing in next
  • with lower screen width. Similar to column lists in commit v3.4-0-g72d8db8c87 (2018-07-08) [login/list: wrap each item to allow containment]. --- issue/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/issue/index.php b/issue/index.php index b34da6d..8f4ea8b 100644 --- a/issue/index.php +++ b/issue/index.php @@ -67,7 +67,7 @@ if ($id == 'feed') { ob_start(); print '\n"; $Place['issuelist'] = ob_get_clean(); -- 2.30.0