Skip to content

Commit 9c4e021

Browse files
authored
ENGCOM-7153: fixed My account Address Book Additional Address Entries table issue #27335 #27336
2 parents ac3eb00 + 1c9fcd7 commit 9c4e021

File tree

1 file changed

+6
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Customer/web/css/source

1 file changed

+6
-0
lines changed

app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
position: relative;
349349
}
350350
}
351+
352+
.additional-addresses {
353+
table > thead > tr > th {
354+
white-space: nowrap;
355+
}
356+
}
351357
}
352358

353359
//

0 commit comments

Comments
 (0)