ngx-tethys 18.0.6 → 18.0.8

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.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '18.0.6';
4
+ exports.VERSION = '18.0.8';
@@ -119,6 +119,11 @@
119
119
  flex: 1;
120
120
  width: 100%;
121
121
  overflow-x: auto;
122
+
123
+ &-empty {
124
+ display: flex;
125
+ flex-direction: column;
126
+ }
122
127
  }
123
128
 
124
129
  .thy-table-empty {