Move text alignment to the label to improve CSS specificity

This commit is contained in:
Cullen Whitmore 2021-11-08 12:28:56 -06:00
parent 499d443656
commit 057019c614
1 changed files with 1 additions and 1 deletions

View File

@ -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 {