Resolves #63 - text alignment for the input element is inherited in this case. Text alignment is inherited by default by other elements already

This commit is contained in:
mdgriffith 2020-05-20 09:20:51 -04:00
parent 1a1b9920bb
commit 4d7e114ac1

View File

@ -1231,6 +1231,7 @@ baseSheet =
-- If it's 1, it bumps up to something like 1.2
[ Prop "line-height" "1.05"
, Prop "background" "transparent"
, Prop "text-align" "inherit"
]
, Descriptor (dot classes.single)
elDescription