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
No related merge requests found
...@@ -68,3 +68,9 @@ input:checked + .slider::before { ...@@ -68,3 +68,9 @@ input:checked + .slider::before {
.table-responsive { .table-responsive {
max-height: 70vh; max-height: 70vh;
} }
.action-block {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
...@@ -73,8 +73,11 @@ ...@@ -73,8 +73,11 @@
<small>{% block subtitle %}{{ subtitle }}{% endblock %}</small> <small>{% block subtitle %}{{ subtitle }}{% endblock %}</small>
</h1> </h1>
<div> <div>
<div class="action-block">
{% block actions %} {% block actions %}
{% endblock %} {% endblock %}
</div>
</div> </div>
</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