reset text-align for form elements

This commit is contained in:
Nicolas Cusan
2019-07-11 18:11:31 +02:00
parent 9e59c95b7b
commit 629a05ff8a

View File

@@ -246,6 +246,7 @@ textarea {
margin: 0;
outline: 0;
border-radius: 0;
text-align: inherit;
}
[type='checkbox'] {