@hipay/hipay-material-ui 3.11.0-beta.0 → 3.11.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -326,7 +326,8 @@ var styles = function styles(theme) {
326
326
  }
327
327
  },
328
328
  formControlLabel: {
329
- top: theme.spacing(5)
329
+ top: theme.spacing(5),
330
+ overflow: "unset"
330
331
  }
331
332
  };
332
333
  };
@@ -326,7 +326,8 @@ var styles = function styles(theme) {
326
326
  }
327
327
  },
328
328
  formControlLabel: {
329
- top: theme.spacing(5)
329
+ top: theme.spacing(5),
330
+ overflow: "unset"
330
331
  }
331
332
  };
332
333
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.11.0-beta.0",
4
+ "version": "3.11.0",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",