bfg-common 1.4.161 → 1.4.162

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.
@@ -166,7 +166,10 @@ const onHideAlert = (): void => {
166
166
  </script>
167
167
 
168
168
  <style lang="scss" scoped>
169
+ @import 'assets/scss/common/mixins';
169
170
  .compute-resource {
171
+ @include flex($dir: column);
172
+ height: inherit;
170
173
  .tree-view-wrap {
171
174
  max-height: 250px;
172
175
  min-height: 200px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.161",
4
+ "version": "1.4.162",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",