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,
|
td,
|
||||||
th {
|
th {
|
||||||
border: 0;
|
border: 0;
|
||||||
vertical-align: top;
|
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Reference in New Issue