﻿
/* Widens available display area for API details */
.swagger-section .swagger-ui-wrap {
    max-width: 1200px;
}

/* Breaks content to stop it overflowing viewable area */
tbody.operation-params td {
    word-break: break-all;
    word-wrap: break-word;
}
