Fix text height in card rows
This commit is contained in:
parent
e73003aace
commit
d449200df9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue