Ticket #19155: 19155.diff
File 19155.diff, 766 bytes (added by , 13 years ago) |
---|
-
wp-admin/js/common.dev.js
131 131 refresh: function( panel, link ) { 132 132 var columns = $('#contextual-help-wrap').children(), height = 0; 133 133 134 columns.height( 'auto' ); 135 134 136 columns.each(function(){ 135 137 var h = $(this).height(); 136 138 -
wp-admin/css/wp-admin.dev.css
1354 1354 #contextual-help-wrap { 1355 1355 margin: 0; 1356 1356 padding: 8px 20px 12px; 1357 max-height: 300px;1358 1357 position: relative; 1359 1358 overflow: auto; 1360 1359 }