We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac9429 commit dd9617cCopy full SHA for dd9617c
resources/views/default/invoice.blade.php
@@ -286,7 +286,7 @@
286
</td>
287
@if ($paymentInstruction->qrcode)
288
<td class="min-w-28 p-0 align-top">
289
- <img src="{{ $paymentInstruction->qrcode }}" class="bg-white">
+ <img src="{{ $paymentInstruction->qrcode }}" class="w-28 bg-white">
290
291
@endif
292
</tr>
resources/views/default/style.blade.php
@@ -384,6 +384,10 @@
384
min-width: 7rem;
385
}
386
387
+ .w-28 {
388
+ width: 7rem;
389
+ }
390
+
391
.text-gray-500 {
392
color: #6b7280;
393
0 commit comments