@gravity-ui/page-constructor 7.0.0-alpha.3 → 7.0.0-alpha.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.
@@ -123,6 +123,7 @@ unpredictable css rules order in build */
123
123
  }
124
124
 
125
125
  .pc-title-item__wrapper {
126
+ display: inline-flex;
126
127
  white-space: nowrap;
127
128
  }
128
129
  .pc-title-item_reset-margin {
@@ -123,6 +123,7 @@ unpredictable css rules order in build */
123
123
  }
124
124
 
125
125
  .pc-title-item__wrapper {
126
+ display: inline-flex;
126
127
  white-space: nowrap;
127
128
  }
128
129
  .pc-title-item_reset-margin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "7.0.0-alpha.3",
3
+ "version": "7.0.0-alpha.4",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",