Skip to content

Commit f93ae26

Browse files
ENGCOM-1083: FR#7428 - Multiline fields in forms have no visible label #14317
- Merge Pull Request #14317 from crisdiaz/magento2:FR#7428-b - Merged commits: 1. d1ea17d
2 parents 55885eb + d1ea17d commit f93ae26

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
// Hide group legend and show first field label instead
280280
legend {
281281
&.admin__field-label {
282-
opacity: 0;
282+
opacity: 1;
283283
}
284284
}
285285

0 commit comments

Comments
 (0)