Skip to content

Commit 5ca6630

Browse files
authored
ENGCOM-3825: issus fixed #20158 Store switcher not aligned proper in tab view #20160
2 parents 3cd5fbe + c65cd8d commit 5ca6630

File tree

1 file changed

+17
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,23 @@
312312
}
313313
}
314314
}
315+
.page-header {
316+
.switcher {
317+
.options {
318+
ul.dropdown {
319+
right: 0;
320+
&:before {
321+
left: auto;
322+
right: 10px;
323+
}
324+
&:after {
325+
left: auto;
326+
right: 9px;
327+
}
328+
}
329+
}
330+
}
331+
}
315332

316333
//
317334
// Widgets

0 commit comments

Comments
 (0)