diff --git a/settings/css/settings.css b/settings/css/settings.css index 50280ef2a0a2efc9141d5203236b09f0822016ae..4cd85598443d59867770bc8c598193ba8a913018 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -125,6 +125,11 @@ table.nostyle td { padding: 0.2em 0; } white-space: nowrap; overflow: hidden; } + +#sessions tr *:nth-child(2), +#apppasswords tr *:nth-child(2) { + text-align: right; +} #sessions .token-list td a.icon-delete, #apppasswords .token-list td a.icon-delete { display: block;