@norges-domstoler/dds-components 0.0.0-dev-20240618072231 → 0.0.0-dev-20240618102701
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/index.css +3 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3145,6 +3145,9 @@
|
|
|
3145
3145
|
padding-left: calc(var(--dds-spacing-x0-5) + var(--dds-icon-size-medium) + var(--dds-spacing-x0-25));
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
3148
|
+
.TextInput_input--extended {
|
|
3149
|
+
width: 100%;
|
|
3150
|
+
}
|
|
3148
3151
|
.TextInput_icon {
|
|
3149
3152
|
position: absolute;
|
|
3150
3153
|
z-index: 1;
|