@eturnity/eturnity_reusable_components 1.0.77 → 1.0.78
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/package.json
CHANGED
|
@@ -122,7 +122,7 @@ import SearchInput from "@eturnity/eturnity_reusable_components/src/components/i
|
|
|
122
122
|
const DropdownRow = styled.td``
|
|
123
123
|
|
|
124
124
|
const ComponentItem = styled.div`
|
|
125
|
-
padding-left: 12px;
|
|
125
|
+
/* padding-left: 12px; */
|
|
126
126
|
overflow: hidden;
|
|
127
127
|
text-overflow: ellipsis;
|
|
128
128
|
`
|