.swagger-section .swagger-ui-wrap {
    max-width: 1024px;
}

    .swagger-section .swagger-ui-wrap table.fullwidth.parameters tbody tr td.code,
    .swagger-section .swagger-ui-wrap table.fullwidth.parameters tbody tr td.markdown,
    .swagger-section .swagger-ui-wrap table.fullwidth.parameters tbody tr td .markdown {
        word-break: break-word;
    }

    .swagger-section .swagger-ui-wrap table.fullwidth.parameters tbody tr td textarea.body-textarea {
        width: 100%;
    }

    .swagger-section .swagger-ui-wrap .model-signature .signature-container {
        width: 100%;
    }

.swagger-section .swagger-ui-wrap em {
        font-style: italic;
    }