forstok-ui-lib 5.13.3 → 5.13.4

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": "forstok-ui-lib",
3
- "version": "5.13.3",
3
+ "version": "5.13.4",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -2839,6 +2839,7 @@ export const ListTableContainer = styled.div`
2839
2839
  display: grid;
2840
2840
  grid-gap: 16px;
2841
2841
  padding: 0 .625em 10px;
2842
+ overflow: hidden;
2842
2843
  @media only screen and (min-width: 375px) {
2843
2844
  padding: 0 16px 10px;
2844
2845
  }