mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 12:48:22 +00:00
Fix long comments messing up the page width
This commit is contained in:
parent
9d434d3956
commit
66ec718661
@ -87,3 +87,9 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.comment-content {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user