Skip to content

Commit

Permalink
Increase external media link input width, and increase top value of g…
Browse files Browse the repository at this point in the history
…lobe icon
  • Loading branch information
tjcafferkey committed Jun 14, 2021
1 parent 17fd83b commit 49ccd60
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -44,6 +44,14 @@
padding: 0;
}

.block-editor-link-control__search-item-icon {
top: 1em;
}

.block-editor-link-control__search-input {
min-width: $modal-min-width;
}

.block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] {
margin: 16px 0 0 0;
width: 100%;
Expand Down

0 comments on commit 49ccd60

Please sign in to comment.