@tetacom/ng-components 1.0.71 → 1.0.74

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": "@tetacom/ng-components",
3
- "version": "1.0.71",
3
+ "version": "1.0.74",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^14.0.0",
package/style/table.scss CHANGED
@@ -222,7 +222,7 @@
222
222
  padding: 0 8px;
223
223
  overflow: hidden;
224
224
  text-overflow: ellipsis;
225
- user-select: contain;
225
+ user-select: none;
226
226
 
227
227
  &_numeric {
228
228
  text-align: right;