1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

modern: fix table width

This commit is contained in:
Benjamin Beganović 2020-07-20 16:26:30 +02:00
parent 15d8877d48
commit 8411a1a314

View File

@ -32,9 +32,9 @@
</div>
<!-- Product table -->
<table id="product-table" class="mt-8 table-auto"></table>
<table id="product-table" class="w-full mt-8 table-auto"></table>
</div>
<!-- Company details -->
<div class="bg-orange-600">
<div class="$global-padding">
@ -46,4 +46,6 @@
</div>
</div>
</div>
</body>
</body>
</html>