-
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
auto track sizingRelated to calculation of the size of an auto column/row.Related to calculation of the size of an auto column/row.bugSomething isn't workingSomething isn't workingtable-parity
Milestone
Description
This works:
#tablex(
columns: 3,
[a: #lorem(7)], [b: $T h i s I s A L o n g A n d R a n d o m M a t h E p r e s s i o n$], [c]
)
But making cell a
line wrap causes strange behavior:
#tablex(
columns: 3,
[a: #lorem(7)], [b: $T h i s I s A L o n g A n d R a n d o m M a t h E p r e s s i o n$], [c]
)
This is how the native table
handles it:
#table(
columns: 3,
[a: #lorem(7)], [b: $T h i s I s A L o n g A n d R a n d o m M a t h E p r e s s i o n$], [c]
)
One could say it's still suboptimal, but the width of the content is respected.
Metadata
Metadata
Assignees
Labels
auto track sizingRelated to calculation of the size of an auto column/row.Related to calculation of the size of an auto column/row.bugSomething isn't workingSomething isn't workingtable-parity