askbot-dragon 1.1.21 → 1.1.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -242,6 +242,7 @@ export default {
242
242
  }
243
243
  .alc-title-from {
244
244
  line-height: 22px;
245
+ word-break: break-all !important;
245
246
  text-align: left;
246
247
  flex: auto;
247
248
  display: flex;