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:
parent
45badf7163
commit
9859b19b93
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[data-component="tooltip-v2-trigger"] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
[data-component="tooltip-v2"] {
|
||||
box-sizing: border-box;
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue