Skip to content

Commit

Permalink
fix: overflow css error
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMageplaza committed May 28, 2024
1 parent f21d12b commit 8ea3dfd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
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 8ea3dfd

Please sign in to comment.