]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix: indent with tabs
authorChristopher Ng <chrng8@gmail.com>
Thu, 3 Aug 2023 23:42:08 +0000 (16:42 -0700)
committerChristopher Ng <chrng8@gmail.com>
Wed, 9 Aug 2023 17:41:18 +0000 (10:41 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_reminders/src/components/SetReminderActions.vue

index dbbcb9e59dc64c9ab7acb44948158271ceeebd95..e2ce9c04fcafc31bc7b9af81d56fed7227d1bc0f 100644 (file)
@@ -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>