How to unset max-height? October 17, 2022 by Tarik Reset it to none: pre { max-height: 250px; } pre.doNotLimitHeight { max-height: none; } Reference