style: fix Action Column
continuous-integration/drone Build is passing Details

main
Flycro 2024-03-24 14:47:49 +01:00
parent 53628a319e
commit 779bc7d91f
1 changed files with 1 additions and 1 deletions

View File

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