@insticc/genericform 2.0.4 → 2.0.5
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/build/index.css +2 -0
- package/package.json +1 -1
package/build/index.css
CHANGED
|
@@ -254,6 +254,7 @@
|
|
|
254
254
|
height: 18px;
|
|
255
255
|
cursor: pointer;
|
|
256
256
|
margin: 0;
|
|
257
|
+
aspect-ratio: 1;
|
|
257
258
|
}
|
|
258
259
|
|
|
259
260
|
.ufg-checkbox-item label,
|
|
@@ -262,6 +263,7 @@
|
|
|
262
263
|
font-weight: 400;
|
|
263
264
|
cursor: pointer;
|
|
264
265
|
margin: 0;
|
|
266
|
+
aspect-ratio: 1;
|
|
265
267
|
}
|
|
266
268
|
|
|
267
269
|
/* --------------------------------------------------------------------------
|
package/package.json
CHANGED