Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix layout bug and support pnpm #1760

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

beenotung
Copy link

In the tutorial page, there is swiper slides, however the default layout of swiper slides are using display flex (and default flex direction is row).

I changed the styling to state flex direction as column explicitly to restore the layout as in previous version's template.

Not sure why stating the style in tutorial.scss doesn't work, so I am stating the styles in app.scss.

Also, I state the dependencies on @ionic/core and ionicons explicitly to support installing with pnpm without --shamefully-hoist flag.

@beenotung
Copy link
Author

also updated angular compiler to fix prod build error

reference: angular/angular-cli#22606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant