odoo/odoo#196745
Created by fw-bot
            Merged
                at d16b1c2b47e8091b0e58b5e7ff1c1a60f17b105d
            
                Statuses:
- legal/cla: Contributor License Agreement check
 - ci/runbot: Odoo Test Suite
 - ci/upgrade_enterprise: Test upgrades for enterprise master
 - 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:master-16.0-fix-long-blogs-list-bvr-414390-fw
 - head
 - 6440271db3236873036f15bb27f58ad25039071d
 - 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.