add overflow ellipsis to session and device tokens list
This commit is contained in:
parent
c668588e17
commit
d0d1684588
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ table.nostyle td { padding: 0.2em 0; }
|
|||
#sessions .token-list td,
|
||||
#devices .token-list td {
|
||||
border-top: 1px solid #DDD;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 200px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
#sessions .token-list td a.icon-delete,
|
||||
#devices .token-list td a.icon-delete {
|
||||
|
|
Loading…
Reference in a new issue