Skip to content

Commit

Permalink
Adjusted padding on additional controls in the link popover for Image… (
Browse files Browse the repository at this point in the history
#29384)

* Adjusted padding on additional controls in the link popover for Image block

* Adjust padding for input area in link popover for image block

* Changed padding value from numerical to variable for link popover additional controls

* Fixed typo by adding back an underscore

Co-authored-by: critterverse <[email protected]>
  • Loading branch information
critterverse and critterverse authored Mar 1, 2021
1 parent 469cf57 commit 3fb70dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/url-input/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Link input
$input-padding: 8px;
$input-padding: $grid-unit $grid-unit $grid-unit $grid-unit-15;
$input-size: 300px;

.block-editor-block-list__block .block-editor-url-input,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.block-editor-url-popover__additional-controls div[role="menu"] > .components-button {
padding-left: 2px;
padding-left: $grid-unit-15;
}

.block-editor-url-popover__row {
Expand Down

0 comments on commit 3fb70dc

Please sign in to comment.