Skip to content

Commit 498775d

Browse files
ENGCOM-6348: #20463 Fix order summary view details label misalign #25785
2 parents ebbca9d + 0d2b56c commit 498775d

File tree

2 files changed

+3
-1
lines changed
  • app/design/frontend/Magento

2 files changed

+3
-1
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
);
264264
cursor: pointer;
265265
position: relative;
266+
white-space: nowrap;
266267

267268
&:after {
268269
position: static;

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@
315315
.toggle {
316316
&:extend(.abs-toggling-title all);
317317
border: 0;
318-
padding: 0 @indent__m @indent__xs 0;
318+
padding: 0 0 @indent__xs 0;
319+
white-space: nowrap;
319320

320321
&:after {
321322
.lib-css(color, @color-gray56);

0 commit comments

Comments
 (0)