@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.
@@ -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
  }
@@ -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
@@ -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": {