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
|
@@ -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
|
}
|