aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-08-03 16:42:08 -0700
committerChristopher Ng <chrng8@gmail.com>2023-08-09 10:41:18 -0700
commit41856fb8ca3451d51ce0d60b9807db0d1ad1105d (patch)
treeaab7db339340c1e8d73ef77e31b131715f53fd7e /apps
parent440959a014f4645d1d0154662d184eaea4bf014e (diff)
downloadnextcloud-server-41856fb8ca3451d51ce0d60b9807db0d1ad1105d.tar.gz
nextcloud-server-41856fb8ca3451d51ce0d60b9807db0d1ad1105d.zip
fix: indent with tabs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_reminders/src/components/SetReminderActions.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_reminders/src/components/SetReminderActions.vue b/apps/files_reminders/src/components/SetReminderActions.vue
index dbbcb9e59dc..e2ce9c04fca 100644
--- a/apps/files_reminders/src/components/SetReminderActions.vue
+++ b/apps/files_reminders/src/components/SetReminderActions.vue
@@ -218,8 +218,8 @@ export default Vue.extend({
<style lang="scss" scoped>
.actions-secondary-vue {
display: block !important;
- float: right !important;
- padding: 5px 0 0 4px !important;
+ float: right !important;
+ padding: 5px 0 0 4px !important;
pointer-events: none !important; // prevent activation of file row
}
</style>