fix: align Article label to the left in EntryBuys component
gitea/salix-front/pipeline/head Build queued... Details

This commit is contained in:
Alex Moreno 2025-03-18 09:47:13 +01:00
parent ce430c6a8f
commit 6f87af39e4
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const columns = [
},
},
{
align: 'center',
align: 'left',
label: t('Article'),
component: 'input',
name: 'name',