Skip to content

Commit

Permalink
remove max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Mar 13, 2024
1 parent 1b9f13e commit 1ca7acd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/editor/src/components/post-featured-image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@
outline: $border-width solid rgba(0, 0, 0, 0.1);
outline-offset: -#{$border-width};

// Apply a max-height.
display: flex;
justify-content: center;
max-height: 150px;
}

.editor-post-featured-image__preview {
Expand Down

0 comments on commit 1ca7acd

Please sign in to comment.