diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html
index ae97c82dd..8fd3e7143 100644
--- a/.storybook/preview-head.html
+++ b/.storybook/preview-head.html
@@ -31,4 +31,12 @@
.dark-theme .docblock-argstable-body {
color: #e5e5e5;
}
+
+ /* Override Storybook's problematic & selector styles */
+ /* Reset only the specific properties that Storybook injects */
+ #storybook-root li+li,
+ #storybook-docs li+li {
+ margin: inherit;
+ padding: inherit;
+ }
\ No newline at end of file