Merge pull request #426 from TheZoker/fix-invoice-address-capitalize

Don't capitalize address on invoice
This commit is contained in:
Mohit Panjwani
2021-03-22 19:20:05 +05:30
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@
padding-left: 30px;
float: left;
width: 30%;
text-transform: capitalize;
margin-bottom: 2px;
}

View File

@ -42,7 +42,6 @@
}
.company-address-container {
width: 50%;
text-transform: capitalize;
padding-left: 80px;
margin-bottom: 2px;
}