aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-08-20 19:42:11 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-29 08:32:48 +0000
commitaea0e8df6addb215b187898003afa6e52a984f6a (patch)
tree38229649d16f68513d5a0e1337aca6c2275c6711 /apps/oauth2
parent7b048e050132d77fcc270bc6a33ad665fe14da26 (diff)
downloadnextcloud-server-aea0e8df6addb215b187898003afa6e52a984f6a.tar.gz
nextcloud-server-aea0e8df6addb215b187898003afa6e52a984f6a.zip
fix: Adjust more places for logical position
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/src/components/OAuthItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/src/components/OAuthItem.vue b/apps/oauth2/src/components/OAuthItem.vue
index 7261674e252..c22a2f73d74 100644
--- a/apps/oauth2/src/components/OAuthItem.vue
+++ b/apps/oauth2/src/components/OAuthItem.vue
@@ -104,6 +104,6 @@ export default {
.action-column {
display: flex;
justify-content: flex-end;
- padding-right: 0;
+ padding-inline-end: 0;
}
</style>