Web: Remove custom styling for tasks-list-container

Style comes from Tabulator, no need to set properties again.
This commit is contained in:
Pablo Vazquez 2022-05-12 15:52:20 +02:00
parent d0d40c8e46
commit ae13ff6410

View File

@ -145,11 +145,3 @@ export default {
} }
}; };
</script> </script>
<style>
.task-list-container {
font-family: 'Noto Mono', monospace;
font-size: smaller;
max-height: 300px;
}
</style>