Fixed styling

ref #133
This commit is contained in:
Nicolai Ort 2021-04-15 15:25:17 +02:00
parent 1dbab03fe7
commit 865254d646

View File

@ -203,7 +203,7 @@
class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium"> class="px-6 py-4 whitespace-nowrap text-right text-sm font-medium">
<button <button
on:click={() => {open_payment_modal(donation);}} on:click={() => {open_payment_modal(donation);}}
class="text-green-600 hover:text-green-900">Add payment</button> class="text-green-600 hover:text-green-900 mr-4">Add payment</button>
<a <a
href="./{donation.id}" href="./{donation.id}"
class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a> class="text-indigo-600 hover:text-indigo-900">{$_('details')}</a>