users name doesn't overflow in user menu
This commit is contained in:
parent
f5caa5be40
commit
e9fc086089
1 changed files with 5 additions and 2 deletions
|
|
@ -108,6 +108,7 @@ header
|
||||||
:color #333
|
:color #333
|
||||||
:padding 0
|
:padding 0
|
||||||
:top 5px
|
:top 5px
|
||||||
|
:color #CCC
|
||||||
|
|
||||||
a
|
a
|
||||||
:color #CCC
|
:color #CCC
|
||||||
|
|
@ -125,8 +126,10 @@ header
|
||||||
:color #fff
|
:color #fff
|
||||||
|
|
||||||
ul#user_menu
|
ul#user_menu
|
||||||
a
|
:overflow hidden
|
||||||
:text-shadow 0 1px 0 #000
|
:white-space nowrap
|
||||||
|
:text-overflow ellipsis
|
||||||
|
:text-shadow 0 1px 0 #000
|
||||||
|
|
||||||
:width 100px
|
:width 100px
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue