vanilla-framework icon indicating copy to clipboard operation
vanilla-framework copied to clipboard

Allow `p-table--mobile-card` headings to wrap

Open petesfrench opened this issue 1 year ago • 4 comments

Pattern to amend

p-table--mobile-card

Visual

image

.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

petesfrench avatar Jul 25 '23 11:07 petesfrench