From 8ea3dfd54ee400a8221fbc7cdf218ef3afe2c452 Mon Sep 17 00:00:00 2001 From: rin Date: Tue, 28 May 2024 17:04:08 +0700 Subject: [PATCH 1/2] fix: overflow css error --- view/adminhtml/layout/adminhtml_smtp_log.xml | 3 +++ view/adminhtml/web/css/style.css | 23 ++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 view/adminhtml/web/css/style.css diff --git a/view/adminhtml/layout/adminhtml_smtp_log.xml b/view/adminhtml/layout/adminhtml_smtp_log.xml index bbf0ce2..477b144 100644 --- a/view/adminhtml/layout/adminhtml_smtp_log.xml +++ b/view/adminhtml/layout/adminhtml_smtp_log.xml @@ -21,6 +21,9 @@ --> + + + diff --git a/view/adminhtml/web/css/style.css b/view/adminhtml/web/css/style.css new file mode 100644 index 0000000..368ea3e --- /dev/null +++ b/view/adminhtml/web/css/style.css @@ -0,0 +1,23 @@ +/** + * Mageplaza + * + * NOTICE OF LICENSE + * + * This source file is subject to the Mageplaza.com license that is + * available through the world-wide-web at this URL: + * https://www.mageplaza.com/LICENSE.txt + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade this extension to newer + * version in the future. + * + * @category Mageplaza + * @package Mageplaza_Smtp + * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) + * @license https://www.mageplaza.com/LICENSE.txt + */ + +.admin__data-grid-wrap{ + overflow-x: visible !important; +} From 64ce22280a601e5cecc7d412736924559f0309d2 Mon Sep 17 00:00:00 2001 From: chuccv Date: Wed, 29 May 2024 11:33:49 +0700 Subject: [PATCH 2/2] Release v4.7.12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d18aac8..3727167 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,10 @@ "name": "mageplaza/module-smtp", "description": "SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers", "require": { - "mageplaza/module-core": "^1.5.5" + "mageplaza/module-core": "^1.5.7" }, "type": "magento2-module", - "version": "4.7.11", + "version": "4.7.12", "license": "proprietary", "authors": [ {