From 2b5058247f4cb43af77ee9b97fb5d4c09121c0d5 Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Fri, 22 Nov 2019 13:24:55 +0100
Subject: [PATCH] refs #16050 [master] fixes styling issue in MyResearch
 sidebar

* adds linebreak to streamline Side Recommendations with other sidebar elements
---
 themes/finc/templates/myresearch/mylist.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/finc/templates/myresearch/mylist.phtml b/themes/finc/templates/myresearch/mylist.phtml
index 0c9489e95e5..129b59cef2b 100644
--- a/themes/finc/templates/myresearch/mylist.phtml
+++ b/themes/finc/templates/myresearch/mylist.phtml
@@ -89,7 +89,7 @@ $user = $this->auth()->isLoggedIn();
     <?=$this->context($this)->renderInContext("myresearch/menu.phtml", ['active' => isset($list) ? 'list' . $list['id'] : 'favorites'])?>
   <?php endif; ?>
   <?php foreach ($this->results->getRecommendations('side') as $current): ?>
-    <?=$this->recommend($current)?>
+    <br/><?=$this->recommend($current)?>
   <?php endforeach; ?>
 </div>
 
-- 
GitLab