diff options
-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> |