diff --git src/wp-includes/css/editor.css src/wp-includes/css/editor.css
index d3c6880..b0afb8a 100644
|
|
i.mce-i-wp_code:before { |
1290 | 1290 | } |
1291 | 1291 | |
1292 | 1292 | #wp-link-wrap.search-panel-visible #link-selector { |
| 1293 | -webkit-overflow-scrolling: touch; |
1293 | 1294 | padding: 0 16px; |
1294 | 1295 | position: absolute; |
1295 | 1296 | top: 36px; |
… |
… |
i.mce-i-wp_code:before { |
1478 | 1479 | width: 80%; |
1479 | 1480 | width: -webkit-calc(100% - 68px); |
1480 | 1481 | width: calc(100% - 68px); |
| 1482 | word-wrap: break-word; |
1481 | 1483 | } |
1482 | 1484 | |
1483 | 1485 | #wp-link .item-info { |