diff --git a/styles.css b/styles.css index e6ebe9fe1af7a85f12299c237accd138257633a8..ddae62e70aada3a63090defe7af0564d669671b3 100644 --- a/styles.css +++ b/styles.css @@ -364,7 +364,7 @@ table.dataTable{ .dashboard-chart .iena-chart{ height: 100%; - margin: 0; + margin: 0; } .dashboard-panel > div{ diff --git a/version.php b/version.php index 568d356ec421550e4e728abc42792265cf3b3c41..5a384886adebc7070b018672558407540d7df553 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2021240904; +$plugin->version = 2021221000; $plugin->requires = 2014051200; $plugin->component = 'block_competency_iena'; $plugin->release = 'v1.0';