mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix long comments messing up the page width
This commit is contained in:
parent
9d434d3956
commit
66ec718661
1 changed files with 6 additions and 0 deletions
|
@ -87,3 +87,9 @@ export default {
|
|||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.comment-content {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue