From d0d1684588150b24fe2bbe63eddabe5f4621e061 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 9 Jun 2016 10:49:51 +0200 Subject: [PATCH] add overflow ellipsis to session and device tokens list --- settings/css/settings.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings/css/settings.css b/settings/css/settings.css index 5fc9634350..04538558ca 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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 {