diff --git a/dev/Styles/User/SystemDropDown.less b/dev/Styles/User/SystemDropDown.less index 7b35ad806..b2971c77f 100644 --- a/dev/Styles/User/SystemDropDown.less +++ b/dev/Styles/User/SystemDropDown.less @@ -51,15 +51,13 @@ border-right: 1px solid var(--btn-border-clr, rgba(0, 0, 0, 0.2)); display: inline-block; font-weight: 600; - font-size: 16px; - line-height: 22px; - margin: 0 6px -3px 0; + line-height: 1.3; + margin: 0 6px -4px 0; max-width: 25vw; - overflow-x: hidden; +/* max-width: calc(100vw - 300px);*/ + overflow: hidden; padding-right: 6px; text-overflow: ellipsis; - text-shadow: 0 1px 0 #000; - white-space: nowrap; } a[data-unread]::after {