.sketch-list {
display: flex;
flex-wrap: wrap;
height: 100%;
flex-flow: column;
}
.sketches-table-container {
flex: 1 0 0%;
overflow-y: scroll;