Update playful.html

This commit is contained in:
Benjamin Beganović 2021-08-16 12:09:26 +02:00
parent f4c938b819
commit 9837a70f65

View File

@ -184,7 +184,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;
} }
@ -301,7 +301,7 @@
<div></div> <div></div>
<div class="entity-details-wrapper"> <div class="entity-details-wrapper">
<table id="entity-details" cellspacing="0"></table> <table id="entity-details" cellspacing="0" dir="$dir"></table>
</div> </div>
</div> </div>