@eturnity/eturnity_reusable_components 1.2.85 → 1.2.86-EPDM-7435
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
@@ -193,7 +193,7 @@ const selectButton = styled('div', selectButtonAttrs)`
|
|
193
193
|
box-sizing: border-box;
|
194
194
|
border-radius: 4px;
|
195
195
|
padding: ${(props) =>
|
196
|
-
props.isSearchBarVisible ? '0
|
196
|
+
props.isSearchBarVisible ? '0' : '0px 0px 0 15px'};
|
197
197
|
text-align: left;
|
198
198
|
border-radius: 4px;
|
199
199
|
min-height: 36px;
|
@@ -230,7 +230,6 @@ const selectDropdown = styled('div', selectDropdownAttrs)`
|
|
230
230
|
z-index:${(props) => (props.isActive ? '2' : '1')};
|
231
231
|
position:absolute;
|
232
232
|
top:5px;
|
233
|
-
padding:10px;
|
234
233
|
border:1px solid ${(props) => props.theme.colors.grey4}
|
235
234
|
border-radius:4px;
|
236
235
|
display: flex;
|