Merge pull request #53 from NoRedInk/terezka-set-max-width

Add max width on details to improve readability
This commit is contained in:
Tereza Sokol 2018-05-29 10:46:00 -05:00 committed by GitHub
commit 1070bd684a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,9 @@ viewDetails : String -> Html.Styled.Html msg
viewDetails detailsForEngineers =
Html.Styled.div []
[ Html.Styled.styled Html.Styled.details
[ margin (px 10) ]
[ margin (px 10)
, maxWidth (px 700)
]
[]
[ Html.Styled.styled Html.Styled.summary
[ color (hex "8F8F8F") ]