Skip to content
Snippets Groups Projects
Commit 6417c47d authored by Friederike Schwager's avatar Friederike Schwager
Browse files

break words that are to long for a comment

parent c00744de
No related branches found
No related tags found
No related merge requests found
...@@ -416,6 +416,7 @@ body { ...@@ -416,6 +416,7 @@ body {
.path-mod-pdfannotator .chat-message-container { .path-mod-pdfannotator .chat-message-container {
flex-grow: 1; flex-grow: 1;
word-break: break-word;
} }
.path-mod-pdfannotator .chat-message.owner:not(.questioncomment) { .path-mod-pdfannotator .chat-message.owner:not(.questioncomment) {
......
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics). $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->release = 'PDF Annotator v1.4 release 6';
$plugin->requires = 2016112900; // Requires this Moodle version. $plugin->requires = 2016112900; // Requires this Moodle version.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment