commit 48137ab5f7c76cedfb3e525252979f954b77d075 parent d852630b176d9904c46d1b445b315bf9c3709aa9 Author: Sebastian <sebasjm@taler-systems.com> Date: Tue, 17 Feb 2026 11:26:46 -0300 fix #11203 Diffstat:
| M | packages/aml-backoffice-ui/src/components/MeasuresTable.tsx | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/aml-backoffice-ui/src/components/MeasuresTable.tsx b/packages/aml-backoffice-ui/src/components/MeasuresTable.tsx @@ -112,10 +112,10 @@ export function CurrentMeasureTable({ {m.name} </td> )} - <td class="whitespace-nowrap p-2 text-sm text-gray-500"> + <td class="p-2 text-sm text-gray-500"> {m.check?.description ?? ""} </td> - <td class="whitespace-nowrap p-2 text-sm text-gray-500"> + <td class="p-2 text-sm text-gray-500"> {m.program?.description} </td> <td class="whitespace-nowrap p-2 text-sm text-gray-500">