@eturnity/eturnity_reusable_components 1.0.83 → 1.0.84

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -255,10 +255,6 @@ const TableContainer = styled.table`
255
255
  width: 20px;
256
256
  min-width: 20px;
257
257
  height: 40px;
258
- vertical-align: middle;
259
- display: grid;
260
- align-items: center;
261
- justify-items: center;
262
258
  }
263
259
 
264
260
  .drag-wrapper {