mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
In the Insert From URL state of the Post frame, add the necessary CSS for focus styles for images.
Example image to insert: https://flic.kr/p/rnsm5M See #28820. git-svn-id: https://develop.svn.wordpress.org/trunk@31585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1798,11 +1798,18 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.embed-preview img, .embed-preview iframe, .embed-preview embed {
|
||||
.embed-preview img,
|
||||
.embed-preview iframe,
|
||||
.embed-preview embed {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.embed-preview a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.embed-preview img {
|
||||
display: block;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user