Add text-alignment to `th` elements in the variations table
This commit is contained in:
parent
f7623ac324
commit
499d443656
|
@ -453,8 +453,9 @@ p.demo_store,
|
|||
td,
|
||||
th {
|
||||
border: 0;
|
||||
vertical-align: top;
|
||||
line-height: 2em;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue