From 376c50db8fb5fa35109a82d4e082a12659f959dc Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Mon, 6 Mar 2017 16:18:22 +0100 Subject: [PATCH] Long procedure title should be cut if too long --- app/assets/stylesheets/navbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/navbar.scss b/app/assets/stylesheets/navbar.scss index bad10bfdb..bf35549e1 100644 --- a/app/assets/stylesheets/navbar.scss +++ b/app/assets/stylesheets/navbar.scss @@ -46,6 +46,7 @@ min-height: 58px; color: #000000; overflow: hidden; + white-space: nowrap; text-overflow: ellipsis; } .options {