@ni/nimble-components 18.10.1 → 18.10.2
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/dist/all-components-bundle.js +1 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -0
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/radio/styles.js +1 -0
- package/dist/esm/radio/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -23885,6 +23885,7 @@
|
|
|
23885
23885
|
}
|
|
23886
23886
|
|
|
23887
23887
|
.control {
|
|
23888
|
+
position: relative;
|
|
23888
23889
|
width: calc(${controlHeight} / 2);
|
|
23889
23890
|
height: calc(${controlHeight} / 2);
|
|
23890
23891
|
box-sizing: border-box;
|