Commit 64cc851
fix(react-component): ensure tooltips are fully visible by adding padding (#18883)
* fix(copybutton): ensure tooltips are fully visible by adding padding
* fix(toggletip): ensure tooltips are fully visible by adding padding
* fix(tooltip): ensure tooltips are fully visible by adding padding
* Update packages/react/src/components/CopyButton/CopyButton.stories.js
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
* Revert "Update packages/react/src/components/CopyButton/CopyButton.stories.js"
This reverts commit edbebee.
* fix: ensure tooltips are visible in StackBlitz using autoAlign
* fix(tooltip): ensure tooltip are visible in StackBlitz using autoAlign
---------
Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
Co-authored-by: Preeti Bansal <146315451+preetibansalui@users.noreply.github.com>1 parent 702815a commit 64cc851
File tree
3 files changed
+12
-4
lines changed- packages/react/src/components
- CopyButton
- Toggletip
- Tooltip
3 files changed
+12
-4
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | | - | |
| 139 | + | |
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| |||
0 commit comments