diff --git a/src/scss/header.scss b/src/scss/header.scss index fb838564..ffe5e590 100644 --- a/src/scss/header.scss +++ b/src/scss/header.scss @@ -1,4 +1,5 @@ .header { + -webkit-app-region: drag; min-height: 44px; max-height: 44px; border-bottom: 1px solid #000000; @@ -87,6 +88,12 @@ display: block; } + span { + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + } + &:hover { @include themify($themes) { background-color: themed('headerBorderColor');