1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.service-pane { display: flex; flex-direction: column; .services-list { overflow: hidden; flex: 1; .section-content { height: 100%; } .section-table { height: calc(100% - 30px); } } .service-edit { flex: 0; } }