mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-02 11:28:01 +03:00
Add max width on details to improve readability
This commit is contained in:
parent
40d0f9bd7f
commit
de6015eb54
@ -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") ]
|
||||
|
Loading…
Reference in New Issue
Block a user