docs: fix visibility of sdk badge and remove truncating of breadcrumb#22525
docs: fix visibility of sdk badge and remove truncating of breadcrumb#22525
Conversation
There was a problem hiding this comment.
Pull request overview
This PR modifies CSS styling for the breadcrumb component in the documentation templates. The changes remove text truncation properties to allow full breadcrumb paths to be visible.
Changes:
- Removed
overflow: hiddenfrom#breadcrumbcontainer - Removed
white-space: nowrap,overflow: hidden, andtext-overflow: ellipsisfrom.breadcrumbelement - Updated corresponding compiled CSS and source map files
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| doc/templates/uno/main.scss | Removed overflow and text-overflow CSS properties from breadcrumb selectors |
| doc/templates/uno/styles/main.css | Compiled CSS output reflecting the SCSS changes |
| doc/templates/uno/styles/main.css.map | Updated source map for debugging |
Comments suppressed due to low confidence (1)
doc/templates/uno/main.scss:446
- The PR description is missing a required GitHub issue link. According to the project's contributing guidelines, every PR must be associated with a GitHub issue unless the change is documentation-related. While this is a documentation change, it's modifying CSS functionality and should reference an issue.
The description shows "closes #" with no issue number. Please add the issue number, or if no issue exists, add a note explaining why this change was made without an associated issue.
#breadcrumb {
padding: 0 32px;
position: relative;
}
.breadcrumb {
font-size: 14px;
line-height: 24px;
font-weight:400;
color:$black;
padding: 16px 0;
//padding: 0 16px 0 16px;
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22525/docs/index.html |
|
@Mergifyio backport release/stable/6.5 |
✅ Backports have been createdDetails
Cherry-pick of eea6893 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
…6.5/pr-22525 fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)
…eadcrumb (backport #22525)"
…lease/stable/6.5/pr-22525 fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)"
fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)
…eadcrumb (backport #22525)"
GitHub Issue: closes ##22522
PR Type:
What is the current behavior? 🤔
What is the new behavior? 🚀
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️