mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-25 19:15:09 +03:00
remove border from ElInFixedHeight issue
This commit is contained in:
parent
fe73cbd688
commit
dc6feb829c
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user