Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Guidée <quentin.guidee@gmail.com>2021-12-20 12:32:31 +0300
committerQuentin Guidée <quentin.guidee@gmail.com>2021-12-22 01:21:14 +0300
commitde5743cfb790eeeb7380e810784469f3ddf366bd (patch)
tree72c703f61191b10d5faf1ef940a2a283fd5d9d43 /apps/settings/src/components/AuthTokenList.vue
parentb5ae67ac2ab2aa9e3a4794b9cb7b6fe5aaff1e6f (diff)
Devices & sessions: fix misaligned header
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
Diffstat (limited to 'apps/settings/src/components/AuthTokenList.vue')
-rw-r--r--apps/settings/src/components/AuthTokenList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/src/components/AuthTokenList.vue b/apps/settings/src/components/AuthTokenList.vue
index d0dfa6d92fc..4483d914dc4 100644
--- a/apps/settings/src/components/AuthTokenList.vue
+++ b/apps/settings/src/components/AuthTokenList.vue
@@ -94,7 +94,7 @@ export default {
th {
opacity: .5;
- padding: 10px 10px 10px 0;
+ padding: 10px 0;
}
}