From 6417c47dfe0c01b5f12aab5498c3c4a8d63703ca Mon Sep 17 00:00:00 2001
From: Friederike Schwager <friederike.schwager@rwth-aachen.de>
Date: Fri, 23 Apr 2021 11:00:12 +0200
Subject: [PATCH] break words that are to long for a comment

---
 styles.css  | 1 +
 version.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/styles.css b/styles.css
index 482396d..32bc63c 100644
--- a/styles.css
+++ b/styles.css
@@ -416,6 +416,7 @@ body {
 
 .path-mod-pdfannotator .chat-message-container {
     flex-grow: 1;
+    word-break: break-word;
 }
 
 .path-mod-pdfannotator .chat-message.owner:not(.questioncomment) {
diff --git a/version.php b/version.php
index 0bfb7e8..1e70380 100644
--- a/version.php
+++ b/version.php
@@ -25,6 +25,6 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
-$plugin->version   = 2021041900; // The current module version (Date: YYYYMMDDXX).
+$plugin->version   = 2021042300; // The current module version (Date: YYYYMMDDXX).
 $plugin->release  = 'PDF Annotator v1.4 release 6';
 $plugin->requires  = 2016112900; // Requires this Moodle version.
-- 
GitLab