fix: get address in single line
diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html
index 0a339aa..8dd220f 100644
--- a/erpnext/public/js/templates/contact_list.html
+++ b/erpnext/public/js/templates/contact_list.html
@@ -36,9 +36,11 @@
 			{% endif %}
 		</p>
 		{% endif %}
+		<p>
 		{% if (contact_list[i].address) { %}
 			{%= __("Address ") %}: {%= contact_list[i].address %}<br>
 		{% endif %}
+		</p>
 	</div>
 {% } %}
 {% if(!contact_list.length) { %}