From 2d9a7acc0770a228562f454afeac689336817f19 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 9 Apr 2019 16:02:05 +0200 Subject: [PATCH] Make codechecker happy --- lang/en/atto_styles.php | 3 ++- lib.php | 3 ++- settings.php | 3 ++- styles.css | 4 +++- version.php | 3 ++- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/lang/en/atto_styles.php b/lang/en/atto_styles.php index 5710a77..6e56a79 100644 --- a/lang/en/atto_styles.php +++ b/lang/en/atto_styles.php @@ -18,7 +18,8 @@ * Atto styles - Language file * * @package atto_styles - * @copyright 2015 Andrew Davidson, Synergy Learning UK on behalf of Alexander Bias, Ulm University + * @copyright 2015 Andrew Davidson, Synergy Learning UK + * on behalf of Alexander Bias, Ulm University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/lib.php b/lib.php index 9db5899..c9f3d41 100644 --- a/lib.php +++ b/lib.php @@ -18,7 +18,8 @@ * Atto styles - Library * * @package atto_styles - * @copyright 2015 Andrew Davidson, Synergy Learning UK on behalf of Alexander Bias, Ulm University + * @copyright 2015 Andrew Davidson, Synergy Learning UK + * on behalf of Alexander Bias, Ulm University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/settings.php b/settings.php index c71676b..cced766 100644 --- a/settings.php +++ b/settings.php @@ -18,7 +18,8 @@ * Atto styles - Settings file * * @package atto_styles - * @copyright 2015 Andrew Davidson, Synergy Learning UK on behalf of Alexander Bias, Ulm University + * @copyright 2015 Andrew Davidson, Synergy Learning UK + * on behalf of Alexander Bias, Ulm University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/styles.css b/styles.css index 9438b53..06ef95c 100644 --- a/styles.css +++ b/styles.css @@ -34,8 +34,10 @@ .editor_atto_menu .atto_styles_button .dropdown-menu > li > a span.preview, .editor_atto_menu .atto_styles_button .dropdown-menu > li > a span.title { display: inline-block; + /* stylelint-disable-next-line declaration-no-important */ max-width: calc(100% - 55px) !important; - margin: 0px !important; + /* stylelint-disable-next-line declaration-no-important */ + margin: 0 !important; } /* Disabled inline style menu item visually */ diff --git a/version.php b/version.php index 3324f6f..2762f2c 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,8 @@ * Atto styles - Version file * * @package atto_styles - * @copyright 2015 Andrew Davidson, Synergy Learning UK on behalf of Alexander Bias, Ulm University + * @copyright 2015 Andrew Davidson, Synergy Learning UK + * on behalf of Alexander Bias, Ulm University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */