odoo/odoo#196684
Created by fw-bot
            Merged
                at 697084b5b6612c8cd10f5506cf0dbe185a63d6d8
            
                Statuses:
- legal/cla: Contributor License Agreement check
 - ci/runbot: Odoo Test Suite
 - ci/upgrade_enterprise: Test upgrades for enterprise master
 - ci/template: Contact runbot team on discord for help.
 - ci/style: Optional style check. Ignore it only if strictly necessary.
 - ci/security: Required security check. Can only be ignored by security team.
 
- label
 - odoo-dev:18.0-16.0-fix-long-blogs-list-bvr-413982-fw
 - head
 - 1f13260359a27bb4db78bbdd497547037760e3d4
 - merged
 - 9 months ago by Website, Benjamin Vray (bvr)
 
| odoo/odoo | |
|---|---|
| 16.0 | #195859 | 
| 17.0 | #196050 | 
| saas-17.2 | #196436 | 
| saas-17.4 | #196452 | 
| 18.0 | #196684 | 
| saas-18.1 | #196697 | 
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master | #196745 | 
[FW][FIX] website_blog: fix very long list of blogs in navbar
Steps to reproduce:
- Go to the "/blog" page.
 - Click on "Configuration > Blogs" in the main navbar.
 - Create at least 15 new blogs with "Astronomy" as the name.
 - Go back to the "/blog" page.
 - Bug: The navbar overflows the page to the right, causing a horizontal
scrollbar to appear. 
After this commit, the navbar no longer overflows, and the list items
are displayed on multiple lines.