@inntechcorp/it-design 2.2.28 → 2.2.30

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/dist/index.esm.js CHANGED
@@ -4826,10 +4826,10 @@ function(b,z){M.exports?M.exports=z(SO()):z(b.moment)}(FO,(function(M){void 0===
4826
4826
  height: 100%;
4827
4827
  `,Cd=k.div`
4828
4828
 
4829
- padding: ${M=>M.$padding?M.$padding:"30px"};
4830
-
4831
4829
  display: grid;
4832
- justify-content: space-between;
4830
+ padding: ${M=>M.$padding?M.$padding:"30px"};
4831
+ max-width: calc(100% - ${M=>M.$padding?M.$padding:"30px"});
4832
+ overflow: hidden;
4833
4833
 
4834
4834
  `,Dd=k.div`
4835
4835
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "2.2.28",
3
+ "version": "2.2.30",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "ISC",