Skip to content

Commit

Permalink
Embed/RSS Block: Tweak placeholder style
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 12, 2024
1 parent f73d44e commit 08b0a05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
18 changes: 2 additions & 16 deletions packages/block-library/src/rss/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
display: inline;
}

.wp-block-rss__placeholder-form {
> * {
margin-bottom: $grid-unit-10;
}

@include break-medium() {
> * {
margin-bottom: 0;
}
}

.wp-block-rss__placeholder-input {
margin: 0 8px 0 0;
flex: 1 1 auto;
}
.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input {
flex: 1 1 auto;
}

3 changes: 1 addition & 2 deletions packages/components/src/placeholder/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
flex-direction: row;
width: 100%;
flex-wrap: wrap;
gap: $grid-unit-15;
gap: $grid-unit-20;
justify-content: flex-start;

p {
Expand All @@ -83,7 +83,6 @@

.components-placeholder__input[type="url"] {
@include input-control;
margin: 0 8px 0 0;
flex: 1 1 auto;
}

Expand Down

0 comments on commit 08b0a05

Please sign in to comment.