mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user