fix(ui): normalize tooltip trigger layout (#33979)

Co-authored-by: Test <test@opencode.test>
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot]
2026-06-26 02:42:16 +00:00
committed by GitHub
parent 45badf7163
commit 9859b19b93
@@ -1,3 +1,7 @@
[data-component="tooltip-v2-trigger"] {
display: flex;
}
[data-component="tooltip-v2"] {
box-sizing: border-box;
display: inline-flex;