diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-06-09 10:49:51 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-06-10 14:15:27 +0200 |
commit | d0d1684588150b24fe2bbe63eddabe5f4621e061 (patch) | |
tree | 92871029ea247f6267cc8fbbf1b3805b2333773e /settings/css | |
parent | c668588e1757b16a9b9a8586ee2a2ab936cf1c72 (diff) | |
download | nextcloud-server-d0d1684588150b24fe2bbe63eddabe5f4621e061.tar.gz nextcloud-server-d0d1684588150b24fe2bbe63eddabe5f4621e061.zip |
add overflow ellipsis to session and device tokens list
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5fc96343502..04538558cae 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 { |