Changeset 29593
- Timestamp:
- 08/25/2014 03:42:46 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
css/edit.css (modified) (1 diff)
-
js/editor-expand.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r29579 r29593 387 387 overflow: hidden; 388 388 max-width: 100%; 389 border: 1px solid transparent; 389 390 } 390 391 -
trunk/src/wp-admin/js/editor-expand.js
r29592 r29593 277 277 } 278 278 279 if ( ! visual && type === 'resize' ) { 280 textEditorResize(); 281 } 282 279 283 if ( visual ) { 280 284 $top = $visualTop;
Note: See TracChangeset
for help on using the changeset viewer.