We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa0e52 + ab80337 commit b5d6feaCopy full SHA for b5d6fea
1 file changed
docs/docs/examples/styling.mdx
@@ -347,7 +347,7 @@ import 'react-tooltip/dist/react-tooltip.css'
347
348
<style>
349
.example-container .example-padding {
350
- border-radius: 50%;
+ padding: 48px;
351
}
352
</style>
353
@@ -375,4 +375,4 @@ import 'react-tooltip/dist/react-tooltip.css'
375
376
In summary, if you do it correctly you can use CSS specificity instead of `!important`.
377
378
-:::
+:::
0 commit comments