Hi,
I'm trying to create a table, sometimes text in cell overflows to the next even with row set to auto
How can I fix this issue?
grid(
columns: (1fr),
rows:(auto),
align: left,
pad(y: 2pt, text(txn.date))
),
grid(
columns: (1fr),
rows:(auto),
align: left,
pad(y: 2pt, text((txn.narration)))
)