.swagger-section .swagger-ui-wrap {
    min-width: 960px;
    max-width: calc(100% - 100px);
}
.swagger-section .swagger-ui-wrap table thead tr th {
    max-width: 0 !important;
    width: auto !important;
    min-width: 100px;
}
.swagger-section .swagger-ui-wrap .body-textarea {
    width: 100%;
}
.swagger-section .swagger-ui-wrap pre {
    background-color: #fff;
} 