Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: hook names truncated in menu bar (#543)
## 📜 Description Added `word-break` rule for menu items. ## 💡 Motivation and Context `useReanimatedKeyboardAnimation` is a long name and can't fit into one line. As a result part of the name was truncated and it's not good. So in this PR I'm fixing this. Originally I wanted to increase sidebar width, but then realized that I need to handle cases for small devices (smartphones) and bigger sidebar doesn't look well there. ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - added `word-break` to `menu__link` class; ## 🤔 How Has This Been Tested? Tested manually on `localhost:3000`. ## 📸 Screenshots (if appropriate): <img width="1516" alt="image" src="https://github.com/user-attachments/assets/03cd7f1b-b1dc-45bb-9f6e-e7cebb858192"> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
- Loading branch information