Add text-alignment to `th` elements in the variations table

This commit is contained in:
Cullen Whitmore 2021-11-08 12:04:58 -06:00
parent f7623ac324
commit 499d443656
1 changed files with 2 additions and 1 deletions

View File

@ -453,8 +453,9 @@ p.demo_store,
td,
th {
border: 0;
vertical-align: top;
line-height: 2em;
text-align: left;
vertical-align: top;
}
label {