Skip to content

Commit 25676e2

Browse files
🔃 [Magento Community Engineering] Community Contributions - 2.2-develop
Accepted Community Pull Requests: - #22783: [Backport] #22779 Remove hardcoded height for admin textarea field (by @serhiyzhovnir) Fixed GitHub Issues: - #22771: Magento 2.3.0 can't change text area field height admin form using Ui component (reported by @Patelcc) has been fixed in #22783 by @serhiyzhovnir in 2.2-develop branch Related commits: 1. 2b8e142 2. c4411b4 3. 6e88af6
2 parents 6e76b38 + 3dae277 commit 25676e2

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ option:empty {
206206

207207
.admin__control-textarea {
208208
&:extend(.abs-form-control-pattern all);
209-
height: 8.48rem;
210209
line-height: 1.18;
211210
padding-top: .8rem;
212211
resize: vertical;

0 commit comments

Comments
 (0)