From d6d4b7aace60886e14b3ac10b1f7951c840c03b5 Mon Sep 17 00:00:00 2001 From: Adrian Greeve Date: Wed, 20 Mar 2019 12:12:35 +0800 Subject: [PATCH] MDL-64505 theme_classic: Grunt update and version formatting. --- theme/classic/style/moodle.css | 4 ++++ theme/classic/version.php | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 322d9fed9f1..1c99d5dea7c 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -10780,6 +10780,10 @@ div.editor_atto_toolbar button .icon { overflow: hidden !important; /* stylelint-disable-line declaration-no-important */ } +.text-break { + overflow-wrap: break-word !important; + /* stylelint-disable-line declaration-no-important */ } + .icon { font-size: 16px; width: 16px; diff --git a/theme/classic/version.php b/theme/classic/version.php index 90585a02357..2bdbd27acb4 100644 --- a/theme/classic/version.php +++ b/theme/classic/version.php @@ -28,6 +28,4 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2019030100; $plugin->requires = 2019030100; $plugin->component = 'theme_classic'; -$plugin->dependencies = [ - 'theme_boost' => 2019022600 -]; +$plugin->dependencies = array('theme_boost' => 2019022600); -- 2.43.0