docs
docs copied to clipboard
đŸ’„Bouton new doc to adapt
Bug Report
Depend the language the button does not look nice.
Just now Iresolved this issue,check : https://github.com/suitenumerique/docs/pull/1507
Proposal
- [x] Add CSS rule targeting
[data-testid="new-doc-button"]to prevent text wrapping - [x] Apply
white-space: nowrap !importantto keep text on single line - [x] Add
min-width: fit-content !importantto allow button to expand for longer text - [x] Ensure fix works for all language translations (tested with longest ones: Spanish/Italian "Nuevo documento"/"Nuovo documento")
- [x] Update CHANGELOG.md with fix entry