From: Mischa POSLAWSKY Date: Mon, 25 Nov 2019 15:15:18 +0000 (+0100) Subject: issue: wrap items to allow containment X-Git-Tag: v4.2~3 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/dfe79667de45f0dfee4a57f4988ef7e2cb352d41 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]. --- 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();