mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 07:04:36 -04:00
Fixes for flex spacing
This commit is contained in:
parent
7961a99527
commit
99d600d4be
@ -1,4 +1,5 @@
|
||||
<div>
|
||||
<div class="flex flex-col md:flex-row md:justify-between">
|
||||
<div class="flex flex-col md:flex-row md:items-center">
|
||||
<label for="status" class="flex items-center mr-4">
|
||||
<span class="mr-2">{{ ctrans('texts.status') }}</span>
|
||||
@ -31,4 +32,6 @@
|
||||
<span class="ml-2">{{ ctrans('texts.show_aging') }}</span>
|
||||
</label> <!-- End show aging checkbox -->
|
||||
</div>
|
||||
<button class="button button-primary bg-primary">{{ ctrans('texts.download') }}</button>
|
||||
</div>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user