Skip to content

Commit ad6bd47

Browse files
author
pipeline
committed
bug(EJ2-5584): Committing for alignment fix
1 parent e2c50ee commit ad6bd47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/common/lp.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class LPController {
133133
if (location.hash.replace('/#', '') !== path) {
134134
this.navigateSample(path.replace(':theme', this.getCurrentTheme()));
135135
}
136-
if(!this.app.isDesktop){
136+
if(!this.app.isDesktop && !this.app.isInitialRender){
137137
this.app.onNavButtonClick(true);
138138
}
139139
addClass([this.app.mobileOverlay], 'sb-hide');

styles/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@
265265

266266
.theme-wrapper {
267267
height: 32px;
268-
width: 145px;
269268
margin-top: 5px;
270269
cursor: default;
271270
padding: 0px 10px;

0 commit comments

Comments
 (0)