fix: indent with tabs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 41856fb8ca)
This commit is contained in:
Christopher Ng 2023-08-03 16:42:08 -07:00 committed by Andy Scherzinger
parent effc2105c5
commit d13b8dd7b5

View 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>