Add alignment rule for button reset

This commit is contained in:
Joachim 2021-12-17 17:34:22 +01:00
parent f88b511bbf
commit df8427921b

View file

@ -16,9 +16,10 @@ button {
overflow: visible;
background: transparent;
/* inherit font & color from ancestor */
/* inherit font, color & alignment from ancestor */
color: inherit;
font: inherit;
text-align: inherit;
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
line-height: normal;