@panoramax/web-viewer 3.2.0-develop-fdbb8c9f → 3.2.0-develop-a02d03bf

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.0-develop-fdbb8c9f",
3
+ "version": "3.2.0-develop-a02d03bf",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -0,0 +1 @@
1
+ {}
@@ -120,6 +120,7 @@
120
120
  justify-content: space-between;
121
121
  align-items: center;
122
122
  flex-wrap: wrap;
123
+ white-space: nowrap;
123
124
  }
124
125
 
125
126
  span.gvs-input-btn {
@@ -317,6 +318,7 @@ span.gvs-input-btn {
317
318
  display: flex;
318
319
  justify-content: center;
319
320
  align-items: center;
321
+ white-space: nowrap;
320
322
  }
321
323
 
322
324
  a.gvs-btn { text-decoration: none; }