Issue #1546 Small CSS tweaks for mobile view

This commit is contained in:
Massedil
2024-11-02 16:17:44 +01:00
parent 02687e68bb
commit edac95ef4a
2 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<div class="flex-1 min-h-40">
<slot></slot>
</div>
<div class="flex justify-end p-2">
<div class="flex flex-wrap justify-end p-2">
<slot name="create"></slot>
</div>
</section>