Skip to content

Commit

Permalink
Set max-height on Shortcode block textarea (#15365)
Browse files Browse the repository at this point in the history
* Fixes #15032. Allows field to expand with text.

* Added a max-height on this.
  • Loading branch information
mapk authored May 20, 2019
1 parent 3e14a30 commit 62623f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/shortcode/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
}

.block-editor-plain-text {
flex-grow: 1;
line-height: 1;
max-height: 30px;
width: 80%;
max-height: 250px;
}

.dashicon {
Expand Down

0 comments on commit 62623f5

Please sign in to comment.