@secondstaxorg/sscomp 1.7.35 → 1.7.36
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16381,9 +16381,10 @@ const DropdownField$2 = styled.div`
|
|
|
16381
16381
|
gap: 4px;
|
|
16382
16382
|
align-items: center;
|
|
16383
16383
|
padding-inline: 12px;
|
|
16384
|
-
height: 46px;
|
|
16384
|
+
//height: 46px;
|
|
16385
16385
|
border: 1px solid ${theme.colors["primary-300"]} !important;
|
|
16386
16386
|
cursor: auto;
|
|
16387
|
+
top: 1px;
|
|
16387
16388
|
}
|
|
16388
16389
|
.search-field input{
|
|
16389
16390
|
width: 100%;
|