.example-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#myGrid {
  flex: 1 1 0px;
  width: 100%;
}

.example-header {
  padding-bottom: 1rem;
}

.example-header span {
  background-color: lightpink;
  padding: 5px;
}
