@panoramax/web-viewer 3.2.3-develop-6f02288e → 3.2.3-develop-387e736b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "3.2.3-develop-6f02288e",
3
+ "version": "3.2.3-develop-387e736b",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -105,6 +105,7 @@ export default class MapFilters extends LitElement {
105
105
  /* Checkbox looking like buttons */
106
106
  .pnx-input-group.pnx-checkbox-btns {
107
107
  gap: 0;
108
+ align-items: stretch;
108
109
  }
109
110
  .pnx-checkbox-btns label {
110
111
  display: inline-block;