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