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

Spacing error #14

Closed
oedx2 opened this issue Jul 7, 2021 · 2 comments
Closed

Spacing error #14

oedx2 opened this issue Jul 7, 2021 · 2 comments

Comments

@oedx2
Copy link

oedx2 commented Jul 7, 2021

I believe there's an error where the spacing is inconsistent after every 4th class added. See screenshots here:

https://discuss.overhang.io/t/indigo-theme-spacing-error/1752

(FWIW spacing is consistent when not using Indigo and just using the Open edX default theme. Also I'm using Koa not Lilac)

I would also note that if I'm signed in and go to the "Discover New" page (i.e. lms.com/courses), the spacing is consistent. It's only when signed out and going to the main website landing page that this is inconsistent (which is of course a problem for the site looking good for new visitors)

@oedx2
Copy link
Author

oedx2 commented Jul 12, 2021

Apparently a workaround that one of my twitter followers found is to add

.courses .courses-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

to indigo/theme/lms/static/sass/partials/lms/theme/_extras.scss

@regisb regisb closed this as completed in 0615854 Sep 1, 2021
@regisb
Copy link
Contributor

regisb commented Sep 1, 2021

Thanks for the report @oedx2! Your indications were very useful.

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

No branches or pull requests

2 participants