@everchron/ec-shards 5.0.37 → 5.0.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "5.0.37",
3
+ "version": "5.0.39",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -127,8 +127,6 @@
127
127
  return { position: 'sticky', left: '0', zIndex: '1' }
128
128
  else if(this.fixedRight)
129
129
  return { position: 'sticky', right: '0', zIndex: '1' }
130
- else if(this.firstNonStaticCell)
131
- return { 'padding-left': '16px' }
132
130
  },
133
131
 
134
132
  paddingStyles(){
@@ -139,7 +137,7 @@
139
137
  else if (this.select && this.select !== '')
140
138
  return { padding: '0 8px 0 0' }
141
139
  else if (this.firstNonStaticCell)
142
- return { padding: '0 8px 0 16pz' }
140
+ return { padding: '0 8px 0 16px' }
143
141
  else
144
142
  return { padding: '0 8px' }
145
143
  },