This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
Create a modifier for middle-aligning table row content #42
Labels
prio:low
Priority: Low
size:story
Size: Story
type:feature
Type: Feature (new distinct functionality)
Is your feature request related to a problem? Please describe.
Some applications feature tables in which the vertical-align top on the table rows looks weird. Developers want the option to modify this at will.
Describe the solution you'd like
Add a modifier (such as
.table__row--align-middle
ortable--align-middle
) to cause vertical-align: middle to be applied to the table rows on that table.Acceptance criteria
The text was updated successfully, but these errors were encountered: