Skip to content

Commit

Permalink
MID-8298 request access: improved column icons on shopping cart summa…
Browse files Browse the repository at this point in the history
…ry (css fix)

(cherry picked from commit 9b4b9f5)
  • Loading branch information
1azyman committed Feb 20, 2024
1 parent b0d8b15 commit 583c57b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ protected DisplayType createDisplayType(IModel<ShoppingCartItem> model) {

@Override
public void populateItem(Item<ICellPopulator<ShoppingCartItem>> item, String id, IModel<ShoppingCartItem> model) {
item.add(AttributeAppender.append("class", "align-middle"));
item.add(new Label(id, () -> {
ShoppingCartItem cartItem = model.getObject();

Expand Down

0 comments on commit 583c57b

Please sign in to comment.