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

View file

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