vanilla-framework
vanilla-framework copied to clipboard
Allow `p-table--mobile-card` headings to wrap
Pattern to amend
p-table--mobile-card
Visual
.p-table--mobile-card tbody th {
white-space: normal;
}
Context
Often the heading is not fully readable. This defeats the purpose of breaking the table out into cards.
See conversation on this pr: https://github.com/canonical/ubuntu.com/pull/13049