From b5e6eb9a0543280a0d5c7247ef42ce9ccf44037b Mon Sep 17 00:00:00 2001 From: ee3121 <mohammed.sayed@kit.edu> Date: Tue, 22 Oct 2024 13:08:18 +0200 Subject: [PATCH] ISSUE-217 add margin-top to available services in show-local-project --- bwreg-webapp/src/main/webapp/project/show-local-project.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwreg-webapp/src/main/webapp/project/show-local-project.xhtml b/bwreg-webapp/src/main/webapp/project/show-local-project.xhtml index 96996e0e..ccc43d84 100644 --- a/bwreg-webapp/src/main/webapp/project/show-local-project.xhtml +++ b/bwreg-webapp/src/main/webapp/project/show-local-project.xhtml @@ -61,7 +61,7 @@ <h:outputText style="font-weight:bold;" value="#{messages.available_services}:"/> <ui:repeat value="#{userShowLocalProjectBean.entity.projectServices}" var="s"> - <div style="font-weight:bold;"><h:outputText value="#{s.service.name} (#{s.status})" style="font-weight:bold;"/></div> + <div style="font-weight:bold; margin-top:0.4em;"><h:outputText value="#{s.service.name} (#{s.status})" style="font-weight:bold;"/></div> </ui:repeat> </h:panelGrid> -- GitLab