bfg-common 1.4.709 → 1.4.711

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.
@@ -121,7 +121,7 @@ const emits = defineEmits<{
121
121
  display: block;
122
122
  height: 0.03rem;
123
123
  background-color: var(--context-menu-border-color);
124
- margin-bottom: 8px;
124
+ margin: 0 8px 8px;
125
125
  }
126
126
 
127
127
  .context-link {
@@ -83,6 +83,7 @@ const emits = defineEmits<{
83
83
  .context-wrap {
84
84
  width: auto;
85
85
  max-width: 400px;
86
+ min-width: 212px;
86
87
  background: var(--global-bg-color);
87
88
  border-radius: 0;
88
89
  color: #333;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.709",
4
+ "version": "1.4.711",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",