Skip to content

Commit

Permalink
Added Fix for 25936
Browse files Browse the repository at this point in the history
  • Loading branch information
divyajyothi5321 committed Jan 2, 2020
1 parent f540160 commit c39e85c
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
width: 100%;

.price-box {
display: table-cell;
display: inline-block;
vertical-align: top;
width: 1px;
width: auto;

.price-container {
> span {
Expand Down Expand Up @@ -228,7 +228,8 @@
}

.product-info-stock-sku {
display: table-cell;
display: inline-block;
float: right;
padding-bottom: @indent__s;
padding-left: 10%;
text-align: right;
Expand Down

0 comments on commit c39e85c

Please sign in to comment.