add overflow ellipsis to session and device tokens list

This commit is contained in:
Christoph Wurst 2016-06-09 10:49:51 +02:00
parent c668588e17
commit d0d1684588
No known key found for this signature in database
GPG Key ID: FEECD2543CA6EAF0
1 changed files with 4 additions and 0 deletions

View File

@ -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 {