@eturnity/eturnity_reusable_components 1.1.10 → 1.1.11

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.1.10",
3
+ "version": "1.1.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -194,6 +194,10 @@ const TableContainer = styled.table`
194
194
  background-color: ${(props) => props.theme.colors.grey5};
195
195
  border-top: 1px solid ${(props) => props.theme.colors.grey4};
196
196
  }
197
+
198
+ .text {
199
+ cursor: auto !important;
200
+ }
197
201
  }
198
202
 
199
203
  .text {