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 Feb 7, 2024
1 parent 87c5697 commit badbbec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $block-editor-link-control-number-of-actions: 1;
.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 badbbec

Please sign in to comment.