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

base-2021/listing.twig is not positioning properly because of flex-wrap #72

Open
Joossensei opened this issue Oct 27, 2021 · 4 comments
Assignees

Comments

@Joossensei
Copy link

In Bolt 5 the taxonomy and date published arent getting positioned correctly like it did in Bolt 4.
This is because of a change of behaviour in flex-wrap between the 2 versions.

Bolt 4:
Screenshot 2021-10-27 at 11 50 46

Bolt 5:
Screenshot 2021-10-27 at 11 50 11

@bobdenotter
Copy link
Member

Is this perhaps because of a Tailwind update that happened between the two versions? 🤔 💭

@Joossensei
Copy link
Author

Joossensei commented Oct 27, 2021

Yes I think so because the pager also broke on a piece of tailwind code. bolt/core#2891

@Joossensei
Copy link
Author

Joossensei commented Oct 28, 2021

Could be fixed by removing the two flex-wrap classes here (Or leave the flex-no-wrap but this has no css linked to it):

<div class="py-8 flex flex-wrap md:flex-no-wrap">

But I dont know if it has any consequences for the rest of the theme

@bobdenotter
Copy link
Member

Let's have @Dsduit take a look at this! He built the theme, after all. ;-)

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

3 participants