mirror of
https://github.com/aelve/guide.git
synced 2024-11-27 00:14:03 +03:00
Fix rendering lists in category description
This commit is contained in:
parent
3e92f04ca2
commit
ace0018b2e
@ -91,7 +91,7 @@ export default class CategoryDescriptiom extends Vue {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style lang="postcss" scoped>
|
||||
.category-description {
|
||||
margin: 0 0 40px;
|
||||
}
|
||||
@ -105,7 +105,11 @@ export default class CategoryDescriptiom extends Vue {
|
||||
}
|
||||
|
||||
.description-content {
|
||||
white-space: pre-wrap;
|
||||
white-space: pre-line;
|
||||
|
||||
>>> li {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user