Skip to content

Commit

Permalink
Merge pull request #416 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
chuccv authored May 29, 2024
2 parents e93b869 + 64ce222 commit 76b759a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
3 changes: 3 additions & 0 deletions view/adminhtml/layout/adminhtml_smtp_log.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="styles"/>
<head>
<css src="Mageplaza_Smtp::css/style.css"/>
</head>
<body>
<referenceContainer name="content">
<uiComponent name="mpsmtp_emails_log_grid"/>
Expand Down
23 changes: 23 additions & 0 deletions view/adminhtml/web/css/style.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 76b759a

Please sign in to comment.