diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss
index 4fef79cc5..108e3d5f1 100644
--- a/app/assets/stylesheets/components/navigation.scss
+++ b/app/assets/stylesheets/components/navigation.scss
@@ -12,6 +12,7 @@
&-name {
@include bold-19;
margin: 0 0 0 0;
+ display: inline-block;
}
&-switch {
@@ -50,6 +51,17 @@
background-repeat: no-repeat;
}
+ &-organisation-link {
+ @include core-19;
+ display: inline-block;
+ max-width: 25%;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ font-weight: normal;
+ text-decoration: none;
+ }
+
li {
@include core-19;
margin: 0;
diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html
index 235d779f2..b3af8dbe0 100644
--- a/app/templates/withnav_template.html
+++ b/app/templates/withnav_template.html
@@ -7,14 +7,14 @@
{% block fullwidth_content %}
-
- {% if current_service.organisation_id %}
- {% if current_user.platform_admin or
- (current_user.belongs_to_organisation(current_service.organisation_id) and current_service.live) %}
-
{{ current_service.organisation.name }}
-
- {% endif %}
+ {% if current_service.organisation_id %}
+ {% if current_user.platform_admin or
+ (current_user.belongs_to_organisation(current_service.organisation_id) and current_service.live) %}
+
{{ current_service.organisation.name }}
+
{% endif %}
+ {% endif %}
+
{{ current_service.name }}
Switch service