Hi Lemon,
It is a css issue rather than Ajax Control Toolkit issue. You shall set the Panel's overflow-x to "hidden" and set its width property. For example,
.collapsePanel {
background-color:white;
overflow-x:hidden;
width:800px;
}
Best regards,
Jonathan