@eturnity/eturnity_reusable_components 1.0.42 → 1.0.43

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.42",
3
+ "version": "1.0.43",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -217,7 +217,7 @@ const TableContainer = styled.table`
217
217
 
218
218
  .drag-container {
219
219
  display: table-cell;
220
- width: auto;
220
+ width: 20px;
221
221
  vertical-align: middle;
222
222
  }
223
223