Fix long comments messing up the page width

This commit is contained in:
Dragos 2022-09-12 00:04:24 +03:00 committed by GitHub
parent 9d434d3956
commit 66ec718661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -87,3 +87,9 @@ export default {
},
};
</script>
<style>
.comment-content {
overflow-wrap: anywhere;
}
</style>