Skip to content

Commit 9c4554c

Browse files
committed
Fixed address book display horizontal scroll in responsive view
1 parent 741e610 commit 9c4554c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
.table-wrapper {
162162
.lib-css(margin-bottom, @indent__base);
163163
border-bottom: 1px solid @account-table-border-bottom-color;
164+
overflow-x: auto;
164165

165166
&:last-child {
166167
margin-bottom: 0;

0 commit comments

Comments
 (0)