Skip to content

Commit

Permalink
T369636 Remove min-height and use default height from wordpress popov…
Browse files Browse the repository at this point in the history
…er (#134)

* Remove min-height and use default height from wordpress popover

* Set min-height on preview itself so it fills entire container

---------

Co-authored-by: Sbisson <[email protected]>
  • Loading branch information
hueitan and Sbisson authored Oct 29, 2024
1 parent 0f02df0 commit 460d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ body {

.wikipediapreview-edit-preview {
width: 350px;
min-height: 214px;

&-container {
display: flex;
Expand Down Expand Up @@ -425,6 +424,7 @@ body {

.wikipediapreview {
box-shadow: none;
min-height: 214px;

.wikipediapreview-footer {
position: relative;
Expand Down

0 comments on commit 460d206

Please sign in to comment.