@polygrid/core 1.0.424 → 1.0.425

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.
package/dist/polygrid.css CHANGED
@@ -41,7 +41,6 @@
41
41
  flex: 1 1 auto;
42
42
  min-width: 0;
43
43
  overflow: hidden;
44
- text-overflow: ellipsis;
45
44
  white-space: nowrap;
46
45
  }
47
46
 
@@ -103,7 +102,6 @@
103
102
  flex: 1 1 auto;
104
103
  min-width: 0;
105
104
  overflow: hidden;
106
- text-overflow: ellipsis;
107
105
  white-space: nowrap;
108
106
  }
109
107
 
@@ -183,11 +181,10 @@
183
181
  .pg-cell {
184
182
  flex: 0 0 auto;
185
183
  min-width: 0;
184
+ line-height: 20px;
186
185
  padding: 0 8px;
187
186
  overflow: hidden;
188
187
  white-space: nowrap;
189
- text-overflow: ellipsis;
190
- display: flex;
191
188
  align-items: center;
192
189
  border-right: 1px solid #d0d0d0;
193
190
  border-bottom: 1px solid #d0d0d0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polygrid/core",
3
- "version": "1.0.424",
3
+ "version": "1.0.425",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",