Set minimum width on statement line reconciliation box

This commit is contained in:
RunasSudo 2025-01-27 23:54:08 +11:00
parent b8845e9b77
commit bea8b76e57
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -135,7 +135,7 @@
td.className = 'relative'; // CSS trickery so as to not expand the height of the tr
td.innerHTML =
`<div class="flex items-stretch absolute top-[-4px]">
<input type="text" class="bordered-field">
<input type="text" class="bordered-field min-w-[8em]">
<button type="button" class="relative -ml-px inline-flex items-center gap-x-1.5 px-3 py-1 text-gray-800 shadow-sm ring-1 ring-inset ring-gray-400 bg-white hover:bg-gray-50">${ CheckIconHTML }</button>
</div>`;