From 002406ec2ce88c1231dd6aee7ee2d59fd7f3ac2b Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 21 Jul 2015 22:24:48 +0000 Subject: [PATCH] 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 --- src/wp-includes/css/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index a2b2061394..684a4c3134 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -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); } }