@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.2.9 to 2.2.10
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.2.9", | ||
"version": "2.2.10", | ||
"main": "vaadin-checkbox.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -57,2 +57,5 @@ /** | ||
display: inline-flex; | ||
/* Prevent horizontal overflow in IE 11 instead of wrapping checkboxes */ | ||
max-width: 100%; | ||
} | ||
@@ -73,2 +76,5 @@ | ||
flex-direction: column; | ||
/* Prevent horizontal overflow in IE 11 instead of wrapping checkboxes */ | ||
width: 100%; | ||
} | ||
@@ -75,0 +81,0 @@ |
@@ -113,3 +113,3 @@ /** | ||
static get version() { | ||
return '2.2.9'; | ||
return '2.2.10'; | ||
} | ||
@@ -116,0 +116,0 @@ |
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
46332
922