Merge pull request #183 from NoRedInk/james/center-long-modal-headers

Center a modal header when it wraps to multiple lines
This commit is contained in:
James Gary 2018-12-04 15:08:13 -08:00 committed by GitHub
commit 7d69277e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,6 +190,7 @@ viewHeader modalType title =
, Css.margin2 Css.zero (Css.px 65)
, Css.fontSize (Css.px 20)
, Fonts.baseFont
, Css.textAlign Css.center
]
)
[]