fix: journal list styles

This commit is contained in:
2024-08-21 17:17:52 +02:00
parent 9f8656e590
commit b33594fd6f
2 changed files with 8 additions and 8 deletions
@@ -99,11 +99,4 @@ export default defineComponent({
<style lang="scss" scoped>
@import '../../../styles/variables.scss';
@import '../../../styles/JournalSection.scss';
.journal-list {
display: flex;
flex-direction: column;
gap: 0.5em;
text-align: left;
}
</style>