diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-03 16:42:08 -0700 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-08-10 12:28:19 +0200 |
commit | d13b8dd7b5698290aef84e7fb4be5e819c6b4f30 (patch) | |
tree | 994d5758d3f0ef1d55104833a0218ac8f98f2c20 /apps/files_reminders | |
parent | effc2105c5dea57aab178b7f739e847d31d2c34f (diff) | |
download | nextcloud-server-d13b8dd7b5698290aef84e7fb4be5e819c6b4f30.tar.gz nextcloud-server-d13b8dd7b5698290aef84e7fb4be5e819c6b4f30.zip |
fix: indent with tabs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 41856fb8ca3451d51ce0d60b9807db0d1ad1105d)
Diffstat (limited to 'apps/files_reminders')
-rw-r--r-- | apps/files_reminders/src/components/SetReminderActions.vue | 4 |
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> |