Change 'changelog-item' display to block from flex. (#812)

This commit is contained in:
frikinjay 2022-12-24 01:06:51 +05:30 committed by GitHub
parent 1d9820a7c9
commit 7408d7bc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ export default {
<style lang="scss" scoped>
.changelog-item {
display: flex;
display: block;
margin-bottom: 1rem;
position: relative;
padding-left: 1.8rem;