Skip to content

Commit

Permalink
ENGCOM-6532: [Align some space between input and update button Minica…
Browse files Browse the repository at this point in the history
…rt] #26234
  • Loading branch information
VladimirZaets authored Jan 6, 2020
2 parents a58ad00 + 4f3c9f2 commit c247ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@

.update-cart-item {
.lib-font-size(11);
margin-left: 5px;
vertical-align: top;
}

Expand Down Expand Up @@ -399,6 +400,7 @@
}
.update-cart-item {
float: right;
margin-left: 0;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@

.update-cart-item {
.lib-font-size(11);
margin-left: 5px;
vertical-align: top;
}

Expand Down Expand Up @@ -428,6 +429,7 @@
}
.update-cart-item {
float: right;
margin-left: 0;
}
}
}
Expand Down

0 comments on commit c247ef8

Please sign in to comment.