fix(web): prevent sidebar tooltip title clipping - #10086
Merged
shivamhwp merged 1 commit intoSep 5, 2026
Merged
Conversation
UtkarshUsername
marked this pull request as ready for review
September 5, 2026 10:29
Contributor
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This is a focused one-line styling fix that changes only the existing sidebar tooltip title’s line height to prevent glyph clipping. It introduces no new capability, configuration default, data contract, or static-analysis override. You can add or adjust custom eligibility rules. Learn more. |
UtkarshUsername
deleted the
fix/sidebar-thread-tooltip-title-clipping
branch
September 5, 2026 13:24
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Sep 5, 2026
## What's Changed * fix(server): keep Homebrew mise shims manual-only by @juliusmarminge in pingdotgg/t3code#10085 * fix(ssh): report remote package installation failures accurately by @juliusmarminge in pingdotgg/t3code#10088 * fix(web): keep bulk thread deletion going after failures by @m-de-graaff in pingdotgg/t3code#4615 * fix(web): scale agent spawn rows with interface font by @juliusmarminge in pingdotgg/t3code#10092 * fix(web): prevent sidebar tooltip title clipping by @UtkarshUsername in pingdotgg/t3code#10086 * fix(web): keep the composer expanded until the thread can scroll by @t3dotgg in pingdotgg/t3code#9965 * fix(web): preserve original mention text in the composer by @juliusmarminge in pingdotgg/t3code#10100 ## New Contributors * @m-de-graaff made their first contribution in pingdotgg/t3code#4615 **Full Changelog**: pingdotgg/t3code@v0.0.39-nightly.20260905.1286...v0.0.39-nightly.20260905.1287 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.39-nightly.20260905.1287
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
Adjusted the sidebar thread tooltip title from
leading-nonetoleading-tightso glyph descenders render fully.Why
The previous line height clipped the lower portion of title text such as
gin the hover card.UI Changes
Before:

After:

Checklist
Testing
Model: GPT-5.6 Terra
Harness: Codex