Skip to content

Commit

Permalink
Set max-height to effectively 192px
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 13, 2023
1 parent 0d00717 commit f57e70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ $preview-image-height: 140px;
.block-editor-link-control__search-results {
margin-top: -$grid-unit-20;
padding: $grid-unit-10;
max-height: 200px;
max-height: $grid-unit * 24;
overflow-y: auto; // allow results list to scroll

&.is-loading {
Expand Down

0 comments on commit f57e70e

Please sign in to comment.