@eturnity/eturnity_reusable_components 1.0.45 → 1.0.46

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.45",
3
+ "version": "1.0.46",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -155,8 +155,6 @@ const TableContainer = styled.table`
155
155
  }
156
156
 
157
157
  tr {
158
- position: relative;
159
-
160
158
  &.disabled {
161
159
  cursor: not-allowed;
162
160
  }