Fix text height in card rows

This commit is contained in:
Correl Roush 2022-02-11 09:07:44 -05:00
parent e73003aace
commit d449200df9

View file

@ -547,7 +547,7 @@ viewCardBrowser model =
]
, description = cardModel.name
}
, E.el [ E.centerY, E.width E.fill, E.clipX ] <| E.text cardModel.name
, E.el [ E.centerY, E.height E.fill, E.width E.fill, E.clipX ] <| E.text cardModel.name
, E.column [ E.alignRight, E.height E.fill ] <|
setBadge cardModel
:: List.map priceBadge (prices cardModel)