TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS.
See #32604. git-svn-id: https://develop.svn.wordpress.org/trunk@32967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44eaf91b75
commit
b6eb753618
@ -1685,10 +1685,10 @@ i.mce-i-wp_code:before {
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
.wp-link-preview {
|
||||
margin: 8px 5px;
|
||||
margin: 8px 0 8px 5px;
|
||||
max-width: 70%;
|
||||
max-width: -webkit-calc(100% - 80px);
|
||||
max-width: calc(100% - 80px);
|
||||
max-width: -webkit-calc(100% - 82px);
|
||||
max-width: calc(100% - 82px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user