perfect-gui 4.9.5 → 4.9.6

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.
@@ -370,7 +370,7 @@ function A(y) {
370
370
  display: flex;
371
371
  flex-wrap: wrap;
372
372
  border: 1px solid grey;
373
- padding: 0 3px;
373
+ padding: 0 3px 3px 3px;
374
374
  border-radius: var(--main-border-radius);
375
375
  }
376
376
 
@@ -367,7 +367,7 @@
367
367
  display: flex;
368
368
  flex-wrap: wrap;
369
369
  border: 1px solid grey;
370
- padding: 0 3px;
370
+ padding: 0 3px 3px 3px;
371
371
  border-radius: var(--main-border-radius);
372
372
  }
373
373
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perfect-gui",
3
- "version": "4.9.5",
3
+ "version": "4.9.6",
4
4
  "description": "GUI for JavaScript",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/styles.js CHANGED
@@ -373,7 +373,7 @@ export default function( position_type ) {
373
373
  display: flex;
374
374
  flex-wrap: wrap;
375
375
  border: 1px solid grey;
376
- padding: 0 3px;
376
+ padding: 0 3px 3px 3px;
377
377
  border-radius: var(--main-border-radius);
378
378
  }
379
379