@burh/nuxt-core 1.0.480 → 1.0.481

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.
@@ -1077,6 +1077,7 @@ export default {
1077
1077
 
1078
1078
  .notes-title {
1079
1079
  font-size: 14px;
1080
+ word-break: break-word;
1080
1081
  color: #1d364b;
1081
1082
  font-weight: bold;
1082
1083
  background-color: white;
@@ -1098,6 +1099,9 @@ export default {
1098
1099
  .question-melissa-title{
1099
1100
  font-size: 12px !important;
1100
1101
  color:#62778c;
1102
+ span {
1103
+ word-break: break-word;
1104
+ }
1101
1105
  }
1102
1106
  .notes-text-melissa {
1103
1107
  font-size: 0.875rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.480",
3
+ "version": "1.0.481",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {