style: fix Action Column
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-03-24 14:47:49 +01:00
parent 53628a319e
commit 779bc7d91f

View File

@@ -77,7 +77,7 @@ const rows = computed(() => {
return {
...recommendation,
actions: {
class: 'max-w-96',
class: '!max-w-96',
},
}
})