Skip to content

Commit

Permalink
Refactor: Separate input form styles to a dedicated stylesheet (#68501)
Browse files Browse the repository at this point in the history
Co-authored-by: yogeshbhutkar <[email protected]>
Co-authored-by: prasadkarmalkar <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
4 people authored Jan 6, 2025
1 parent 8ac0e79 commit d1a493c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.block-editor-media-placeholder__url-input-form {
min-width: 260px;

@include break-small() {
width: 300px;
}
}

.block-editor-media-placeholder__cancel-button.is-link {
margin: 1em;
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.block-editor-media-placeholder__url-input-form {
min-width: 260px;

@include break-small() {
width: 300px;
}
}
1 change: 1 addition & 0 deletions packages/block-editor/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
@import "./components/justify-content-control/style.scss";
@import "./components/link-control/style.scss";
@import "./components/list-view/style.scss";
@import "./components/media-placeholder/style.scss";
@import "./components/media-replace-flow/style.scss";
@import "./components/multi-selection-inspector/style.scss";
@import "./components/responsive-block-control/style.scss";
Expand Down

0 comments on commit d1a493c

Please sign in to comment.