askbot-dragon 0.8.26 → 0.8.27

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": "0.8.26",
3
+ "version": "0.8.27",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -2434,6 +2434,13 @@ export default {
2434
2434
  border-bottom-left-radius: 9px!important;
2435
2435
  border-bottom-right-radius: 9px!important;
2436
2436
  }
2437
+ /deep/.ck-editor__editable{
2438
+ img{
2439
+ height: 140px;
2440
+ width: 80%;
2441
+ object-fit: contain;
2442
+ }
2443
+ }
2437
2444
  .cascader-class{
2438
2445
  padding: 10px 16px;
2439
2446
  }