Skip to content

Commit

Permalink
link-control: fix spinner position (#18278)
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox authored Nov 5, 2019
1 parent e8e115d commit 0124b2e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,17 +183,13 @@
z-index: 100;
float: none;

&.components-spinner { // Specificity overide
&.components-spinner { // Specificity override.
position: absolute;
top: 70px;
left: 50%;
right: auto;
bottom: auto;
margin: 0 auto 16px auto;
transform: translateX(-50%);
top: 27px;
left: auto;
right: 60px;
bottom: 0;
}


}

.block-editor-link-control__search-item-action {
Expand Down

0 comments on commit 0124b2e

Please sign in to comment.