mobile: adjust breadcrumb max width to be kept within screen width (#25324)

This commit is contained in:
Frédéric Péters 2018-07-17 20:35:23 +02:00
parent 1de53e7cb8
commit 98de460091
1 changed files with 1 additions and 0 deletions

View File

@ -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;