diff --git a/src/styles/components/_index.scss b/src/styles/components/_index.scss index ec89c6897..986d186b3 100644 --- a/src/styles/components/_index.scss +++ b/src/styles/components/_index.scss @@ -5,5 +5,4 @@ @import "taskRelations"; @import "tasks"; @import "teams"; -@import "table-view"; @import "namespaces"; \ No newline at end of file diff --git a/src/styles/components/table-view.scss b/src/styles/components/table-view.scss deleted file mode 100644 index e89ffd284..000000000 --- a/src/styles/components/table-view.scss +++ /dev/null @@ -1,21 +0,0 @@ -.table-view { - .table { - background: transparent; - overflow-x: auto; - overflow-y: hidden; - - th { - white-space: nowrap; - } - - .user { - margin: 0; - } - - .is-done { - font-size: .9rem; - margin: 0; - } - } -} - diff --git a/src/views/list/views/Table.vue b/src/views/list/views/Table.vue index 8a5f86058..f359a5d11 100644 --- a/src/views/list/views/Table.vue +++ b/src/views/list/views/Table.vue @@ -304,3 +304,26 @@ export default { }, } + + \ No newline at end of file