div.limit_code_height {
    max-height: 10em;
    overflow-y: scroll;
    border-radius: 8px;

    margin-bottom: 20px;
}

div.limit_code_height > div.highlight {
    margin: 0;
}
