From 57356c7f90a7b5140e4b89d516265d6dc43f6da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Jul 2018 20:35:23 +0200 Subject: [PATCH] mobile: adjust breadcrumb max width to be kept within screen width (#25324) --- gadjo/static/css/gadjo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index ba64149..6b45fe0 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -131,6 +131,7 @@ div#header h1 { z-index: 100; max-width: 80%; width: 80%; + max-width: calc(100% - #{$header-height} - 21px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -- 2.18.0