Created
October 26, 2023 10:57
-
-
Save hgati/0e2ae9415f217e1c168cc0f2870b2965 to your computer and use it in GitHub Desktop.
magenizr/magento2-envbar: Fix system config form field UI broken #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 1900d0eaf3fdee1966c2a654080e382eba407c76 Mon Sep 17 00:00:00 2001 | |
From: Dennis <[email protected]> | |
Date: Thu, 26 Oct 2023 19:52:52 +0900 | |
Subject: [PATCH] Fix system config form field UI broken. | |
--- | |
view/adminhtml/web/css/source/_module.less | 11 ----------- | |
1 file changed, 11 deletions(-) | |
diff --git a/view/adminhtml/web/css/source/_module.less b/view/adminhtml/web/css/source/_module.less | |
index 72b21e2..f52833e 100644 | |
--- a/view/adminhtml/web/css/source/_module.less | |
+++ b/view/adminhtml/web/css/source/_module.less | |
@@ -41,15 +41,4 @@ | |
} | |
} | |
- .form-list { | |
- tr { | |
- td:not(.col-actions):last-child { | |
- display: none; | |
- } | |
- | |
- td.value { | |
- width: 80%; | |
- } | |
- } | |
- } | |
} | |
-- | |
2.34.1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment