From 2f9a552c1b59d7a4bd831820936590a36dcb6385 Mon Sep 17 00:00:00 2001
From: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Date: Thu, 11 Jul 2024 16:50:43 +0000
Subject: [PATCH] Bug 37275: (QA follow-up): Add &nbsp; to add spacing between
 selected user and button

Follow original test plan and apply first patch.
Select a user and notice the patron's name and the button have no spacing.
Apply this patch.
Notice there is now spacing.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
---
 koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue
index 6069a4d3cc8..71cf02a0f4b 100644
--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue
+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UserRoles.vue
@@ -21,6 +21,7 @@
                     <span class="user">
                         {{ user_role.patron_str }}
                     </span>
+                    &nbsp;
                     <a
                         href="#patron_search_modal"
                         @click="selectUser(counter)"
-- 
2.45.2