diff --git a/src/servala/frontend/templates/frontend/organizations/service_instance_detail.html b/src/servala/frontend/templates/frontend/organizations/service_instance_detail.html
index da08603..c5ad2a3 100644
--- a/src/servala/frontend/templates/frontend/organizations/service_instance_detail.html
+++ b/src/servala/frontend/templates/frontend/organizations/service_instance_detail.html
@@ -34,13 +34,15 @@
{% if instance.context.service_definition.service.logo %}
+ style="height: 24px;
+ width: auto">
{% endif %}
|
{% if instance.context.service_offering.provider.logo %}
+ style="height: 24px;
+ width: auto">
{% endif %}
{% endblock page_subtitle %}
@@ -105,7 +107,9 @@