mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix double padding on tabular
This commit is contained in:
@@ -380,7 +380,6 @@ export default defineComponent({
|
||||
return fields;
|
||||
},
|
||||
set(newFields: string[]) {
|
||||
console.log(newFields);
|
||||
_viewQuery.value = {
|
||||
...(_viewQuery.value || {}),
|
||||
fields: newFields,
|
||||
@@ -547,7 +546,6 @@ export default defineComponent({
|
||||
|
||||
::v-deep > table {
|
||||
min-width: calc(100% - var(--content-padding));
|
||||
margin-bottom: var(--content-padding);
|
||||
margin-left: var(--content-padding);
|
||||
|
||||
tr {
|
||||
|
||||
Reference in New Issue
Block a user