pre { max-height: 250px; } pre.doNotLimitHeight { max-height: auto; //Doesn't work at least in chrome }
pre { max-height: 250px; } pre.doNotLimitHeight { max-height: none; }
Reference