react-app/src/components/map/parcelPopup/parcelPopup.css

Summary

Maintainability
Test Coverage
/* Overriding unsettable popup width of 301px */
.full-size {
  width: auto;
  .leaflet-popup-content-wrapper {
    .leaflet-popup-content {
      width: auto !important;
      max-width: 800px;
    }
  }
}