remove border from ElInFixedHeight issue

This commit is contained in:
Elm UI Automation 2020-05-13 23:12:22 -04:00
parent fe73cbd688
commit dc6feb829c

View File

@ -33,4 +33,8 @@ main =
[ width fill
, height <| px 200
]
[ el [ Border.width 3, Border.color <| rgb 0 0 0 ] <| text "an element" ]
[ el
[]
<|
text "an element"
]