forstok-ui-lib 5.13.2 → 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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +1 -0
package/dist/index.js
CHANGED
|
@@ -1771,6 +1771,7 @@ r.version="2.30.1",a(Zn),r.fn=li,r.min=Kn,r.max=er,r.now=tr,r.utc=h,r.unix=ci,r.
|
|
|
1771
1771
|
display: grid;
|
|
1772
1772
|
grid-gap: 16px;
|
|
1773
1773
|
padding: 0 .625em 10px;
|
|
1774
|
+
overflow: hidden;
|
|
1774
1775
|
@media only screen and (min-width: 375px) {
|
|
1775
1776
|
padding: 0 16px 10px;
|
|
1776
1777
|
}
|