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

View File

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