mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
Change 'changelog-item' display to block from flex. (#812)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user