RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@gravity-ui/blog-constructor
Versions diffs
5.7.1 → 5.7.2
@gravity-ui/blog-constructor 5.7.1 → 5.7.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/build/cjs/components/PostCard/PostCard.css
+1
-1
package/build/esm/components/PostCard/PostCard.css
+1
-1
package/package.json
+1
-1
package/build/cjs/components/PostCard/PostCard.css
CHANGED
Viewed
@@ -76,7 +76,7 @@ unpredictable css rules order in build */
76
76
}
77
77
@supports (-webkit-line-clamp: 5) {
78
78
.bc-post-card__description {
79
-
max-height:
auto
;
79
+
max-height:
none
;
80
80
-webkit-line-clamp: 5;
81
81
}
82
82
}
package/build/esm/components/PostCard/PostCard.css
CHANGED
Viewed
@@ -76,7 +76,7 @@ unpredictable css rules order in build */
76
76
}
77
77
@supports (-webkit-line-clamp: 5) {
78
78
.bc-post-card__description {
79
-
max-height:
auto
;
79
+
max-height:
none
;
80
80
-webkit-line-clamp: 5;
81
81
}
82
82
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@gravity-ui/blog-constructor",
3
-
"version": "5.7.
1
",
3
+
"version": "5.7.
2
",
4
4
"description": "Gravity UI Blog Constructor",
5
5
"license": "MIT",
6
6
"repository": {