Skip to content

Commit

Permalink
Add comment for grid unit 24
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 14, 2023
1 parent f57e70e commit dd4996f
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: $grid-unit * 24;
max-height: $grid-unit * 24; // resolves to 194px
overflow-y: auto; // allow results list to scroll

&.is-loading {
Expand Down

0 comments on commit dd4996f

Please sign in to comment.