fix: Storybook's problematic & selector styles

This commit is contained in:
Jin Yi
2025-08-26 14:03:19 +09:00
parent deec7dc22b
commit 79d6572bc0

View File

@@ -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;
}
</style>