html,
body {
    min-width: 900px;
}

table {
    min-width: 860px;
}

.status-table,
.table {
    min-width: 860px;
}

/* Keep action controls readable instead of wrapping into one another. */
th,
td,
button,
.btn,
.page-title-name {
    overflow-wrap: normal;
}
