Update clean.html

This commit is contained in:
Benjamin Beganović 2021-08-16 11:28:49 +02:00
parent 74d60e19f3
commit 0ac0e8cae3

View File

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