Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix issue with Safari not having correct classes
  • Loading branch information
Glen Davies committed Dec 9, 2021
commit 791bad9c429c050077f3ad984c39f43b1657fc5a
4 changes: 2 additions & 2 deletions packages/block-library/src/image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ figure.wp-block-image:not(.wp-block) {
.components-placeholder {
grid-column: no-resize;
}
.components-resizable-box__container {
> div:not(.components-placeholder) {
grid-column: resized;
}
> figcaption {
Expand All @@ -88,7 +88,7 @@ figure.wp-block-image:not(.wp-block) {
}
}
> .wp-block-image:not(.is-resized) {
> .components-resizable-box__container,
> div:not(.components-placeholder),
> figcaption {
grid-column: no-resize;
}
Expand Down