diff --git a/frontend/web/components/App.js b/frontend/web/components/App.js index 7bf1494cf9be..091499f1b19d 100644 --- a/frontend/web/components/App.js +++ b/frontend/web/components/App.js @@ -361,7 +361,7 @@ const App = class extends Component { fill='#9DA4AE' /> - {'Organisation'} + Organisation {AccountStore.getOrganisation()?.name} diff --git a/frontend/web/styles/project/_project-nav.scss b/frontend/web/styles/project/_project-nav.scss index b79d649a7b03..f3c2d13fbc78 100644 --- a/frontend/web/styles/project/_project-nav.scss +++ b/frontend/web/styles/project/_project-nav.scss @@ -128,6 +128,10 @@ } } .nav-link { + text-wrap: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 30em; img { max-height: 21px; }