bfg-common 1.5.390 → 1.5.391

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.
@@ -210,10 +210,11 @@ const localization = computed<UI_I_Localization>(() => useLocal())
210
210
  top: 0;
211
211
  }
212
212
  .vmt-context {
213
- padding: 16px 15px 10px 10px;
214
- height: 100%;
215
- display: flex;
216
- flex-direction: column;
213
+ margin-top: 24px;
214
+ //padding: 16px 15px 10px 10px;
215
+ //height: 100%;
216
+ //display: flex;
217
+ //flex-direction: column;
217
218
 
218
219
  .context-title-wrap {
219
220
  padding-bottom: 3px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.390",
4
+ "version": "1.5.391",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",