fix(components): un-scope story list styles

This commit is contained in:
parent 5c6cb84383
commit 4838b7b624
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -52,8 +52,8 @@
/>
</div>
</template>
<style scoped>
.ant-list-items > * + * {
<style>
ul.ant-list-items > * + * {
margin-top: 1.2em;
}