diff --git a/app/src/layouts/tabular/tabular.vue b/app/src/layouts/tabular/tabular.vue index 0a84505be4..eecd0b1302 100644 --- a/app/src/layouts/tabular/tabular.vue +++ b/app/src/layouts/tabular/tabular.vue @@ -463,7 +463,10 @@ export default defineComponent({ type: field.type, field: field.field, }, - sortable: ['json', 'o2m', 'm2o', 'file', 'files', 'alias', 'presentation'].includes(field.type) === false, + sortable: + ['json', 'o2m', 'm2o', 'm2a', 'file', 'files', 'alias', 'presentation', 'translations'].includes( + field.type + ) === false, })); }, set(val) { @@ -584,8 +587,8 @@ export default defineComponent({ position: sticky; left: 0; display: flex; - justify-content: space-between; align-items: center; + justify-content: space-between; width: 100%; padding: 32px var(--content-padding); @@ -595,8 +598,8 @@ export default defineComponent({ .per-page { display: flex; - justify-content: flex-end; align-items: center; + justify-content: flex-end; width: 240px; color: var(--foreground-subdued);