@ni/nimble-components 21.6.5 → 21.6.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.
- package/dist/all-components-bundle.js +2 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/patterns/error/styles.js +1 -1
- package/dist/esm/patterns/error/styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -3239,7 +3239,7 @@ const Gm="nimble-icon-arrow-expander-down",Km="above",Jm="underline",Xm="outline
|
|
|
3239
3239
|
color: ${Fa};
|
|
3240
3240
|
width: 100%;
|
|
3241
3241
|
position: absolute;
|
|
3242
|
-
bottom: calc(-1 * ${Ed});
|
|
3242
|
+
bottom: calc(-1 * (${Ed} + 2px));
|
|
3243
3243
|
left: 0px;
|
|
3244
3244
|
overflow: hidden;
|
|
3245
3245
|
text-overflow: ellipsis;
|