fix(components): un-scope story list styles

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-07-09 20:40:24 -04:00
parent 5c6cb84383
commit 4838b7b624
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

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