truncate nav-app-link if appropriate

This commit is contained in:
Mario
2017-11-08 08:57:30 +01:00
parent b5d4acf10a
commit 9d584fc720
3 changed files with 8 additions and 3 deletions

View File

@@ -1262,6 +1262,11 @@ img.mail-conv-sender-photo {
white-space: nowrap;
}
#nav-app-link-wrapper {
min-width: 0;
flex-basis: 25%;
}
.page-title {
margin: 7px 0px;
}