@canner/antd-share-toolbar
Advanced tools
Comparing version 0.5.13 to 0.5.16
@@ -97,3 +97,4 @@ "use strict"; | ||
style: { | ||
width: 'auto' | ||
width: 'auto', | ||
minWidth: 160 | ||
}, | ||
@@ -100,0 +101,0 @@ placeholder: placeholder || defaultPlaceholder, |
{ | ||
"name": "@canner/antd-share-toolbar", | ||
"version": "0.5.13", | ||
"version": "0.5.16", | ||
"description": "string input", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "9eeac3c70b71259efc000b225faf7ab5c26fec0c" | ||
"gitHead": "9f062c883ae91a68918ab5d0a8627004fd0f23e3" | ||
} |
@@ -36,3 +36,3 @@ import React, {Component} from 'react'; | ||
<Select | ||
style={{width: 'auto'}} | ||
style={{width: 'auto', minWidth: 160}} | ||
placeholder={placeholder || defaultPlaceholder} | ||
@@ -39,0 +39,0 @@ onChange={(val) => this.onSelect(val)} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134802
3213