Skip to content

Commit

Permalink
fix(block-editor fix IQA comments (#28612)
Browse files Browse the repository at this point in the history
### Proposed Changes
* Fix IQA paddings in the Textarea control


### Checklist
- [ ] Tests
- [ ] Translations
- [ ] Security Implications Contemplated (add notes if applicable)

### Additional Info
** any additional useful context or info **
  • Loading branch information
oidacra authored May 20, 2024
1 parent 002af9a commit de8117a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ form {
position: relative;

.p-inputtext.p-inputtextarea {
padding: $spacing-1 $spacing-5 $spacing-1 $spacing-1;
padding: $spacing-1 $spacing-6 $spacing-1 $spacing-4;
min-height: $spacing-8;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ form {
position: relative;

.p-inputtext.p-inputtextarea {
padding: $spacing-1 $spacing-5 $spacing-1 $spacing-1;
padding: $spacing-1 $spacing-5 $spacing-1 $spacing-4;
min-height: $spacing-8;
}

Expand Down

0 comments on commit de8117a

Please sign in to comment.