@doyourjob/gravity-ui-page-constructor-addons 2.1.16 → 2.1.18

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.
@@ -86,6 +86,12 @@ unpredictable css rules order in build */
86
86
  text-decoration: none;
87
87
  }
88
88
 
89
+ @media (min-width: 769px) {
90
+ .pc-addons-header-stripe__item-link {
91
+ overflow: hidden;
92
+ text-overflow: inherit;
93
+ }
94
+ }
89
95
  .pc-addons-header-stripe__close {
90
96
  position: absolute;
91
97
  top: 0;
@@ -97,6 +103,7 @@ unpredictable css rules order in build */
97
103
  align-items: center;
98
104
  justify-content: center;
99
105
  background: transparent;
106
+ color: inherit;
100
107
  cursor: pointer;
101
108
  }
102
109
 
@@ -86,6 +86,12 @@ unpredictable css rules order in build */
86
86
  text-decoration: none;
87
87
  }
88
88
 
89
+ @media (min-width: 769px) {
90
+ .pc-addons-header-stripe__item-link {
91
+ overflow: hidden;
92
+ text-overflow: inherit;
93
+ }
94
+ }
89
95
  .pc-addons-header-stripe__close {
90
96
  position: absolute;
91
97
  top: 0;
@@ -97,6 +103,7 @@ unpredictable css rules order in build */
97
103
  align-items: center;
98
104
  justify-content: center;
99
105
  background: transparent;
106
+ color: inherit;
100
107
  cursor: pointer;
101
108
  }
102
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doyourjob/gravity-ui-page-constructor-addons",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "description": "Components and plugins for @doyourjob/gravity-ui-page-constructor",
5
5
  "license": "MIT",
6
6
  "repository": {