little fixes

This commit is contained in:
2019-12-04 22:29:05 +01:00
parent b00d26e6d4
commit ced3f5763c
3 changed files with 30 additions and 21 deletions

View File

@@ -26,7 +26,9 @@ view wealth model =
Edit amount ->
viewUpdateWealth amount
)
++ [ span [ class "icon", onClick StartEdit ] [ i [ class "fas fa-tools" ] [] ] ]
++ [ div [ class "level-item" ]
[ span [ class "icon", onClick StartEdit ] [ i [ class "fas fa-tools" ] [] ] ]
]
viewUpdateWealth amount =