Skip to content

Commit c060b57

Browse files
authored
issus fixed #20158 Store switcher not aligned proper in tab view
issus fixed #20158 Store switcher not aligned proper in tab view
1 parent 3a42052 commit c060b57

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+
right: 10px;
322+
left: auto;
323+
}
324+
&:after {
325+
right: 9px;
326+
left: auto;
327+
}
328+
}
329+
}
330+
}
331+
}
315332

316333
//
317334
// Widgets

0 commit comments

Comments
 (0)