.all-locations .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.all-locations .v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.all-locations .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.all-locations .v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.all-locations .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.all-locations .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}
.location-data span {
  display: block;
}
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > tfoot > tr > th,
.all-locations-and-involved .v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: auto;
}

