Skip to content

Commit c65cd8d

Browse files
ENGCOM-3825: issus fixed #20158 Store switcher not aligned proper in tab view #20160
- Merge Pull Request #20160 from cedarvinda/magento2:Magento2.3-develop-PR12 - Merged commits: 1. c060b57 2. 1e7bae1
2 parents 4e27b91 + 1e7bae1 commit c65cd8d

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,18 +312,18 @@
312312
}
313313
}
314314
}
315-
.page-header{
315+
.page-header {
316316
.switcher {
317317
.options {
318318
ul.dropdown {
319319
right: 0;
320-
&:before{
321-
right: 10px;
320+
&:before {
322321
left: auto;
322+
right: 10px;
323323
}
324324
&:after {
325-
right: 9px;
326325
left: auto;
326+
right: 9px;
327327
}
328328
}
329329
}

0 commit comments

Comments
 (0)