Skip to content

Commit 097228c

Browse files
committed
#20463 Fix order summary view details label misalign
1 parent e3e85a1 commit 097228c

File tree

1 file changed

+2
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+2
-1
lines changed

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)