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
commit 9859b19b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,7 @@
[data-component="tooltip-v2-trigger"] {
display: flex;
}
[data-component="tooltip-v2"] {
box-sizing: border-box;
display: inline-flex;