Move text alignment to the label to improve CSS specificity
This commit is contained in:
parent
499d443656
commit
057019c614
|
@ -454,12 +454,12 @@ p.demo_store,
|
|||
th {
|
||||
border: 0;
|
||||
line-height: 2em;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: 700;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
Loading…
Reference in New Issue