chore: fix justify-content property warning in BlockEditor component (#16929)

This commit is contained in:
Sachin Chaurasiya 2024-07-05 12:33:55 +05:30 committed by GitHub
parent 3596b551ed
commit c182be2366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,7 +390,7 @@
}
.om-image-node-embed-link-btn-col {
display: flex;
justify-content: end;
justify-content: flex-end;
}
.om-callout-node {