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

<p> tags are display none in the CSS for Static pages #8188

Closed
teolemon opened this issue Mar 13, 2023 · 4 comments
Closed

<p> tags are display none in the CSS for Static pages #8188

teolemon opened this issue Mar 13, 2023 · 4 comments
Labels
🐛 bug This is a bug, not a feature request. CSS Nova - Ultra-processed foods NOVA is an indicator for food ultra-processing https://world.openfoodfacts.org/nova 🎯 P1 ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it. ✅ Task

Comments

@teolemon
Copy link
Member

teolemon commented Mar 13, 2023

What

tags are display none in the CSS for Static pages I was beginning to doubt my sanity during deployment, when I realized ```< p >``` tags are display none in the CSS for Static pages ![image](https://user-images.githubusercontent.com/1689815/224719645-f5c656ca-0d4b-433d-bcb1-588a39b42d50.png)

Happens on the NOVA page

https://world.openfoodfacts.org/nova

Does not happen on the Nutri-Score page

https://world.openfoodfacts.org/nutriscore

#main_column>h1, #main_column>p, .top-bar-section .has-dropdown.moved>a:after {
    display: none;
}
@teolemon teolemon added ✅ Task 🐛 bug This is a bug, not a feature request. 🎯 P1 Nova - Ultra-processed foods NOVA is an indicator for food ultra-processing https://world.openfoodfacts.org/nova CSS labels Mar 13, 2023
@alexgarel
Copy link
Member

alexgarel commented Mar 13, 2023

It was introduced by #7703

Oups - no ! It just added spaces

@alexgarel
Copy link
Member

It was introduced by new design commit : 7e52e7a

I'm not sure why this rule exists …

@github-actions
Copy link
Contributor

This issue is stale because it has been open 90 days with no activity.

@github-actions github-actions bot added the ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it. label Jun 12, 2023
@alexgarel
Copy link
Member

Fixed by #8192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug This is a bug, not a feature request. CSS Nova - Ultra-processed foods NOVA is an indicator for food ultra-processing https://world.openfoodfacts.org/nova 🎯 P1 ⏰ Stale This issue hasn't seen activity in a while. You can try documenting more to unblock it. ✅ Task
Projects
Development

No branches or pull requests

2 participants