Add max width on details to improve readability

This commit is contained in:
Tereza Sokol 2018-05-09 14:20:28 +02:00
parent 40d0f9bd7f
commit de6015eb54

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") ]