@gravity-ui/blog-constructor 1.0.0-alpha.2 → 1.0.0-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ unpredictable css rules order in build */
7
7
  display: flex;
8
8
  align-items: center;
9
9
  justify-content: flex-end;
10
- max-width: 376px;
11
10
  height: 44px;
12
11
  transition: width 0.3s;
13
12
  }
@@ -7,7 +7,6 @@ unpredictable css rules order in build */
7
7
  display: flex;
8
8
  align-items: center;
9
9
  justify-content: flex-end;
10
- max-width: 376px;
11
10
  height: 44px;
12
11
  transition: width 0.3s;
13
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {