-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Before you file your issue
- I already checked the [existing issues](https://github.com/suitenumerique/docs/issues).
- This is not related to [BlockNote](https://github.com/TypeCellOS/BlockNote), but to layout rendering inside the documentation index.
Problematic behavior
When a sub-page title (for example a project name) exceeds one line in the âProduction de lâIncubateurâ section, the text becomes center-aligned instead of left-aligned, which breaks the visual layout and consistency of the list.
See screenshot below:
Expected behavior
Multi-line sub-page titles should remain left-aligned, even when the text wraps.
This ensures a cleaner, more readable layout.
Steps to Reproduce
- Create several documentation sub-pages under a parent section.
- Use long names such as âCampagne dâappels Chido Mayotteâ or âAppli dâautopositionnement-interopĂ©rabilitĂ©â.
- Observe that once the line breaks, the title becomes centered instead of staying left-aligned.
Environment
- Docs version: latest (October 2025)
- Instance URL: https://docs.incubateur.education.gouv.fr/
Possible Solution
Adjust the CSS for list or sub-page link elements to keep text-align: left; for wrapped lines.
(Visual priority: very low complexity, low impact.)
Additional context
This is not a blocking issue, more of a small UX improvement.
We understand design choices are subjective (âmatters of tasteâ), but this small tweak could improve overall readability â especially when page titles are long. đ
Metadata
Metadata
Assignees
Labels
Type
Projects
Status