Skip to content
Snippets Groups Projects
Unverified Commit 28b7ae30 authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

fix extra margin on the admin bar sub title (#3385)

Regression bug:
parent 057b5949
No related branches found
No related tags found
2 merge requests!18Fix application form submit button remaining disabled (#3483),!13Merge in v4.1.1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="admin-bar__inner items-center md:flex md:justify-between"> <div class="admin-bar__inner items-center md:flex md:justify-between">
<div> <div>
<h1 class="text-2xl mb-0 font-bold md:text-3xl md:m-0">{% render_slot slots.header %}</h1> <h1 class="text-2xl mb-0 font-bold md:text-3xl md:m-0">{% render_slot slots.header %}</h1>
{% if slots.sub_heading %}<p class="text-sm hidden md:block">{% render_slot slots.sub_heading %}</p>{% endif %} {% if slots.sub_heading %}<p class="text-sm hidden md:block m-0">{% render_slot slots.sub_heading %}</p>{% endif %}
</div> </div>
{% render_slot slots.inner_block %} {% render_slot slots.inner_block %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment