Skip to content

Commit 068d1f0

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-52556: Street address label is not shown in customer address in admin
- Fiexed label
1 parent f10c7c8 commit 068d1f0

File tree

1 file changed

+17
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Customer/web/css/source

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)