@gravity-ui/blog-constructor 4.4.0 → 4.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,8 @@ unpredictable css rules order in build */
57
57
  padding: 4px;
58
58
  border: none;
59
59
  border-bottom: 1px solid var(--yc-color-line-generic);
60
+ border-bottom-right-radius: 0;
61
+ border-bottom-left-radius: 0;
60
62
  }
61
63
  .bc-feed-controls__popup.bc-feed-controls__popup .yc-text-input__content .yc-text-input__control.yc-text-input__control_type_input {
62
64
  border: none;
@@ -57,6 +57,8 @@ unpredictable css rules order in build */
57
57
  padding: 4px;
58
58
  border: none;
59
59
  border-bottom: 1px solid var(--yc-color-line-generic);
60
+ border-bottom-right-radius: 0;
61
+ border-bottom-left-radius: 0;
60
62
  }
61
63
  .bc-feed-controls__popup.bc-feed-controls__popup .yc-text-input__content .yc-text-input__control.yc-text-input__control_type_input {
62
64
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {