Skip to content

Commit ad0272c

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-44610: Applied discount is displayed on 2 rows inside "Summary" block in Shopping Cart on Storefront
- Fixed discount lines
1 parent 24abff1 commit ad0272c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@
11281128
.amount {
11291129
padding-right: 4px;
11301130
text-align: right;
1131+
white-space: nowrap;
11311132
strong {
11321133
font-weight: @font-weight__regular;
11331134
}

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,7 @@
15191519
font-weight: @font-weight__regular;
15201520
padding: 6px 0 6px 14px;
15211521
text-align: right;
1522+
white-space: nowrap;
15221523
}
15231524
}
15241525
.table-caption {

0 commit comments

Comments
 (0)