From ab80337b50f9cf425dd5c56a58ac6d52d2a589e3 Mon Sep 17 00:00:00 2001 From: Piotr Kawula Date: Fri, 21 Apr 2023 17:04:59 +0200 Subject: [PATCH] Update styling.mdx Fix the "Padding" example code to actually style padding --- docs/docs/examples/styling.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/examples/styling.mdx b/docs/docs/examples/styling.mdx index 3617aa50..d6c1a21f 100644 --- a/docs/docs/examples/styling.mdx +++ b/docs/docs/examples/styling.mdx @@ -347,7 +347,7 @@ import 'react-tooltip/dist/react-tooltip.css' @@ -375,4 +375,4 @@ import 'react-tooltip/dist/react-tooltip.css' In summary, if you do it correctly you can use CSS specificity instead of `!important`. -::: \ No newline at end of file +:::