bfg-common 1.4.127 → 1.4.128

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.
@@ -13,6 +13,7 @@
13
13
  :total-pages="1"
14
14
  server-off
15
15
  hide-page-size
16
+ class="table-wrap__container"
16
17
  @sorting="sorting"
17
18
  @change="selectStorageFromTable"
18
19
  >
@@ -120,5 +121,8 @@ watch(
120
121
  .table-wrap {
121
122
  @include flex($dir: column);
122
123
  height: inherit;
124
+ &__container {
125
+ height: inherit;
126
+ }
123
127
  }
124
128
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.127",
4
+ "version": "1.4.128",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",