#How do I remove the padding of a table cell?
3 messages · Page 1 of 1 (latest)
I want to remove the red marked padding
3 messages · Page 1 of 1 (latest)
?render pagesize=default theme=light
#set page(paper: "a5")
#table(
// stroke: none,
columns: (auto, 1fr, auto, 1fr),
column-gutter: (0pt, 1em, 0pt),
[Ort/Datum:],
repeat("."),
[Unterschrift:],
repeat(".")
)
I want to remove the red marked padding