handle text-overflow for long usernames #2557
This commit is contained in:
parent
0430d940f1
commit
019b68281e
1 changed files with 6 additions and 0 deletions
|
|
@ -1737,6 +1737,9 @@ ul#press_logos
|
|||
:top 14px
|
||||
:padding
|
||||
:bottom 5px
|
||||
:text-overflow ellipsis
|
||||
:overflow hidden
|
||||
:white-space nowrap
|
||||
|
||||
a
|
||||
:color inherit
|
||||
|
|
@ -2725,6 +2728,9 @@ a.toggle_selector
|
|||
:bottom 10px
|
||||
h1,h3
|
||||
:color #fff
|
||||
:text-overflow ellipsis
|
||||
:overflow hidden
|
||||
:white-space nowrap
|
||||
:background orange
|
||||
&:hover
|
||||
#gs-skip-x
|
||||
|
|
|
|||
Loading…
Reference in a new issue