Index: skin/src/main/webapp/screen-console.css =================================================================== --- skin/src/main/webapp/screen-console.css (revision 34795) +++ skin/src/main/webapp/screen-console.css (working copy) @@ -215,3 +215,9 @@ left: 25px; top: 3px; } + +/* Added to keep the 'Pending changes' (if you click the button 'Write changes to repository') in the box */ +.w_content_container form span p { + overflow: auto; + height: 298px; +}