From 7d3cc3f9c1ad020f30bb84fe5f205fddb0f0fb7f Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 8 Jan 2019 17:03:38 +0530 Subject: [PATCH] fix: styling for header actions --- frappe/templates/web.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/frappe/templates/web.html b/frappe/templates/web.html index af15f27356..3c2f36e87b 100644 --- a/frappe/templates/web.html +++ b/frappe/templates/web.html @@ -12,15 +12,17 @@
- +
+ - {% if self.header_actions() %} -
- {% block header_actions %}{% endblock %} + {% if self.header_actions() %} +
+ {% block header_actions %}{% endblock %} +
+ {% endif %}
- {% endif %}
{%- block page_content -%}{%- endblock -%}