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 96996e0eba0bf1a9b80f22a54c02555b9f556c85..ccc43d84ecb410e2d49302ca323fbbdca2da9fbc 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>