Skip to content

docs: fix visibility of sdk badge and remove truncating of breadcrumb#22525

Merged
Jen-Uno merged 3 commits intomasterfrom
dev/juno/sdk-visibility
Feb 2, 2026
Merged

docs: fix visibility of sdk badge and remove truncating of breadcrumb#22525
Jen-Uno merged 3 commits intomasterfrom
dev/juno/sdk-visibility

Conversation

@Jen-Uno
Copy link
Contributor

@Jen-Uno Jen-Uno commented Jan 30, 2026

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:

Other information ℹ️

Copilot AI review requested due to automatic review settings January 30, 2026 14:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: hidden from #breadcrumb container
  • Removed white-space: nowrap, overflow: hidden, and text-overflow: ellipsis from .breadcrumb element
  • 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.

@Jen-Uno Jen-Uno requested a review from agneszitte January 30, 2026 14:37
Copilot AI review requested due to automatic review settings February 2, 2026 16:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Jen-Uno Jen-Uno requested a review from agneszitte February 2, 2026 16:26
@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22525/docs/index.html

@Jen-Uno Jen-Uno enabled auto-merge February 2, 2026 16:38
@Jen-Uno Jen-Uno merged commit 90ba5fd into master Feb 2, 2026
19 checks passed
@Jen-Uno Jen-Uno deleted the dev/juno/sdk-visibility branch February 2, 2026 18:15
@agneszitte
Copy link
Contributor

@Mergifyio backport release/stable/6.5

@mergify
Copy link
Contributor

mergify bot commented Feb 2, 2026

backport release/stable/6.5

✅ Backports have been created

Details

Cherry-pick of eea6893 has failed:

On branch mergify/bp/release/stable/6.5/pr-22525
Your branch is up to date with 'origin/release/stable/6.5'.

You are currently cherry-picking commit eea68939b2.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   doc/articles/studio/Hot Design
	modified:   doc/templates/uno/main.scss
	modified:   doc/templates/uno/styles/main.css

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   doc/templates/uno/styles/main.css.map

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

agneszitte added a commit that referenced this pull request Feb 2, 2026
…6.5/pr-22525

fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)
agneszitte added a commit that referenced this pull request Feb 2, 2026
agneszitte added a commit that referenced this pull request Feb 2, 2026
…lease/stable/6.5/pr-22525

fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)"
@unoplatform unoplatform deleted a comment from mergify bot Feb 2, 2026
agneszitte added a commit that referenced this pull request Feb 2, 2026
fix visibility of sdk badge and remove truncating of breadcrumb (backport #22525)
agneszitte added a commit that referenced this pull request Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

5 participants