@canner/antd-share-toolbar
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -58,3 +58,3 @@ "use strict"; | ||
justifyContent: 'space-between', | ||
margin: '16px 0' | ||
margin: Actions || Sort ? '16px 0' : '' | ||
} | ||
@@ -65,3 +65,3 @@ }, Actions, Sort), React.createElement("div", { | ||
flexWrap: 'wrap', | ||
margin: '16px 0' | ||
margin: Filter ? '16px 0' : '' | ||
} | ||
@@ -68,0 +68,0 @@ }, Filter)), React.Children.only(children), Pagination); |
{ | ||
"name": "@canner/antd-share-toolbar", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "string input", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "025a464bec913479baea0d92ca1fe0ee3bb4d6b6" | ||
"gitHead": "64fd940cae9398aea20289a53351a6edbe02bc56" | ||
} |
@@ -25,3 +25,3 @@ // @flow | ||
justifyContent: 'space-between', | ||
margin: '16px 0', | ||
margin: Actions || Sort ? '16px 0' : '', | ||
}}> | ||
@@ -34,3 +34,3 @@ {Actions} | ||
flexWrap: 'wrap', | ||
margin: '16px 0', | ||
margin: Filter ? '16px 0' : '', | ||
}}> | ||
@@ -37,0 +37,0 @@ {Filter} |
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
134580