We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10c7c8 commit 068d1f0Copy full SHA for 068d1f0
app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source/_module.less
@@ -0,0 +1,17 @@
1
+// /**
2
+// * Copyright © 2016 Magento. All rights reserved.
3
+// * See COPYING.txt for license details.
4
+// */
5
+
6
+// General rule hides group legend and shows first field label instead
7
+// in app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less
8
+// This must be reset for Customer Address page
9
+.address-item-edit-content {
10
+ .admin__field {
11
+ legend {
12
+ &.admin__field-label {
13
+ opacity: 1;
14
+ }
15
16
17
+}
0 commit comments