-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Serverless] Increase root breadcrumb width to reduce elipsis (#171515)
## Summary close #170758 This PR increases root breadcrumb max width from 160 to 320px to fit more of project titles. It also slightly adjusts number of visible breadcrumbs per breakpoint to account for potentially 2x longer root breadcrumb. Note that responsiveness is still not ideal as the system doesn't actually calculate the width of each breadcrumb. Before: <img width="1267" alt="Screenshot 2023-11-20 at 11 53 13" src="https://github.com/elastic/kibana/assets/7784120/6d2ba8d2-5bc0-4f85-a87a-a4185ae901f7"> After: <img width="1284" alt="Screenshot 2023-11-20 at 11 52 31" src="https://github.com/elastic/kibana/assets/7784120/90a57e58-6836-4465-a21e-78f72dc4953e">
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters