Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hgati/0e2ae9415f217e1c168cc0f2870b2965 to your computer and use it in GitHub Desktop.
Save hgati/0e2ae9415f217e1c168cc0f2870b2965 to your computer and use it in GitHub Desktop.
magenizr/magento2-envbar: Fix system config form field UI broken #2
From 1900d0eaf3fdee1966c2a654080e382eba407c76 Mon Sep 17 00:00:00 2001
From: Dennis <cobays@gmail.com>
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