We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddce0f commit 7e6f031Copy full SHA for 7e6f031
resources/assets/simditor-2.3.28/styles/customized.css
@@ -0,0 +1,11 @@
1
+/*!
2
+* github.com/jxlwqq
3
+* 2020-11-20
4
+*/
5
+
6
+/*It prevents the used value of the width property from becoming larger than the value specified by max-width.*/
7
+.simditor .simditor-body img {
8
+ cursor: pointer;
9
+ max-width: 100%;
10
+ height: auto;
11
+}
src/Editor.php
@@ -10,6 +10,7 @@ class Editor extends Field
protected static $css = [
12
'vendor/laravel-admin-ext/simditor/simditor-2.3.28/styles/simditor.css',
13
+ 'vendor/laravel-admin-ext/simditor/simditor-2.3.28/styles/customized.css',
14
];
15
16
protected static $js = [
0 commit comments