mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
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:
parent
1a1b9920bb
commit
4d7e114ac1
@ -1231,6 +1231,7 @@ baseSheet =
|
|||||||
-- If it's 1, it bumps up to something like 1.2
|
-- If it's 1, it bumps up to something like 1.2
|
||||||
[ Prop "line-height" "1.05"
|
[ Prop "line-height" "1.05"
|
||||||
, Prop "background" "transparent"
|
, Prop "background" "transparent"
|
||||||
|
, Prop "text-align" "inherit"
|
||||||
]
|
]
|
||||||
, Descriptor (dot classes.single)
|
, Descriptor (dot classes.single)
|
||||||
elDescription
|
elDescription
|
||||||
|
Loading…
Reference in New Issue
Block a user