Skip to content
Snippets Groups Projects
Verified Commit 3b49206b authored by ornanovitch's avatar ornanovitch
Browse files

fix: addresses #85

parent 21cbdea1
No related branches found
No related tags found
1 merge request!54Various layout fixes and enhancement
......@@ -68,3 +68,9 @@ input:checked + .slider::before {
.table-responsive {
max-height: 70vh;
}
.action-block {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
......@@ -73,8 +73,11 @@
<small>{% block subtitle %}{{ subtitle }}{% endblock %}</small>
</h1>
<div>
<div class="action-block">
{% block actions %}
{% endblock %}
</div>
</div>
</div>
</div>
......
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