bfg-common 1.3.231 → 1.3.232

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.
@@ -123,6 +123,10 @@ b {
123
123
  white-space: pre-line;
124
124
  }
125
125
 
126
+ .word-break-all {
127
+ word-break: break-all;
128
+ }
129
+
126
130
  .color-red {
127
131
  color: red;
128
132
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.231",
4
+ "version": "1.3.232",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",