@saooti/octopus-sdk 30.0.77 → 30.0.78

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.
package/README.md CHANGED
@@ -573,4 +573,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
573
573
  * 30.0.74 Error locales en allemand (je sens que ça va être fun cette histoire)
574
574
  * 30.0.75 Parlement
575
575
  * 30.0.76 Space
576
- * 30.0.77 V-Calendar bloque version
576
+ * 30.0.77 V-Calendar bloque version
577
+ * 30.0.78 a -> word-break
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.77",
3
+ "version": "30.0.78",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -13,6 +13,9 @@ body{
13
13
  overscroll-behavior-y: contain;
14
14
  }
15
15
  .octopus-app{
16
+ a{
17
+ word-break: break-all;
18
+ }
16
19
  h1{
17
20
  margin-bottom: 2rem;
18
21
  }