.code pre {
    overflow-x: auto;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
}

.code pre > code {
    min-width: fit-content;
    width: 100%;
}
