Skip to content

Commit

Permalink
MediaReplaceFlow: restore popover width (#58597)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
  • Loading branch information
3 people committed Feb 2, 2024
1 parent ef346a6 commit ea4def7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

.block-editor-link-control {
width: 200px; // Hardcoded width avoids resizing of control when switching between preview/edit.
width: 300px; // Hardcoded width avoids resizing of control when switching between preview/edit.

.block-editor-url-input {
padding: 0; // Cancel unnecessary default 1px padding in this case.
Expand Down

0 comments on commit ea4def7

Please sign in to comment.