From 58a2f357693c7f150356151985fbfd790af984ce Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 4 Apr 2013 23:54:03 +0200 Subject: [PATCH] Fixed small style issue --- wcfsetup/install/files/style/layout.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 6da21b156b..cc69354c64 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -134,6 +134,12 @@ } } } + + .dropdownMenu li > span { + max-width: 210px; + overflow: hidden; + text-overflow: ellipsis; + } } &.layoutFluid > .searchBar { -- 2.20.1