@@ -100,6 +100,7 @@
<li class="d-flex justify-content-between">
<strong>Address:</strong>
<span
+ style="text-align:right"
v-if="property"
v-html="formatAddress(property.addressLine1) + formatAddress(property.addressLine2) + formatAddress(property.addressLine3) + formatAddress(property.suburb ? property.suburb.description : '') + formatAddress(property.city ? property.city.description : '') + formatAddress(property.province ? property.province.description : '') "
></span>