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

Update business.html

This commit is contained in:
Benjamin Beganović 2021-08-16 11:34:43 +02:00
parent 010597374e
commit 63d65a98ff

View File

@ -193,7 +193,7 @@
}
#table-totals>.totals-table-right-side>*> :nth-child(1) {
text-align: left;
text-align: "$dir_text_align";
margin-top: .75rem;
}
@ -293,7 +293,7 @@
<div id="client-details"></div>
<div class="entity-details-wrapper">
<table id="entity-details" cellspacing="0"></table>
<table id="entity-details" cellspacing="0" dir="$dir"></table>
</div>
</div>