@eturnity/eturnity_reusable_components 6.33.1-EPDM-7762.2 → 6.33.1-EPDM-7762.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "6.33.1-EPDM-7762.2",
3
+ "version": "6.33.1-EPDM-7762.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -200,7 +200,7 @@ const selectButton = styled('div', selectButtonAttrs)`
200
200
  padding: ${(props) => (props.isSearchBarVisible ? '0' : '0px 0px 0 15px')};
201
201
  text-align: left;
202
202
  border-radius: 4px;
203
- min-height: 36px;
203
+ min-height: ${(props) => (props.selectHeight ? props.selectHeight : '36px')};
204
204
  display: flex;
205
205
  align-items: center;
206
206
  max-height: ${(props) => props.selectHeight};