bfg-common 1.2.219 → 1.2.220

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.
@@ -133,6 +133,7 @@ const onRollBack = (): void => {
133
133
  flex: 1 1 auto;
134
134
  width: 60%;
135
135
  background-color: transparent;
136
+ word-break: break-all;
136
137
  }
137
138
 
138
139
  .empty-icon {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.219",
4
+ "version": "1.2.220",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",