The card pads its own surface, so a table, a list or a calendar that should span the full width of the card has to cancel that padding with p-0! and put it back on every other part by hand. Moving the padding onto x-h-card-header, x-h-card-content and x-h-card-footer, and adding a flush modifier to the x-h-card-content directive, which will remove the padding, solves the issue.
The card pads its own surface, so a table, a list or a calendar that should span the full width of the card has to cancel that padding with
p-0!and put it back on every other part by hand. Moving the padding ontox-h-card-header,x-h-card-contentandx-h-card-footer, and adding aflushmodifier to thex-h-card-contentdirective, which will remove the padding, solves the issue.