dragon-editor 3.8.5 → 3.8.6
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/dist/module.json
CHANGED
|
@@ -186,10 +186,7 @@ function structure() {
|
|
|
186
186
|
* 노드 스타일
|
|
187
187
|
*/
|
|
188
188
|
.dragon-editor-viewer {
|
|
189
|
-
display: flex;
|
|
190
|
-
flex-direction: column;
|
|
191
189
|
width: 100%;
|
|
192
|
-
height: 100%;
|
|
193
190
|
line-height: 1.6;
|
|
194
191
|
box-sizing: border-box;
|
|
195
192
|
}
|
|
@@ -799,6 +796,7 @@ function structure() {
|
|
|
799
796
|
text-decoration: line-through underline;
|
|
800
797
|
}
|
|
801
798
|
.dragon-editor-viewer .de-code {
|
|
799
|
+
display: inline-block;
|
|
802
800
|
padding: 2px 4px;
|
|
803
801
|
background: #f1f1f1;
|
|
804
802
|
color: #ff0000;
|
|
@@ -159,10 +159,7 @@
|
|
|
159
159
|
* 노드 스타일
|
|
160
160
|
*/
|
|
161
161
|
.dragon-editor-viewer {
|
|
162
|
-
display: flex;
|
|
163
|
-
flex-direction: column;
|
|
164
162
|
width: 100%;
|
|
165
|
-
height: 100%;
|
|
166
163
|
line-height: 1.6;
|
|
167
164
|
box-sizing: border-box;
|
|
168
165
|
}
|
|
@@ -772,6 +769,7 @@
|
|
|
772
769
|
text-decoration: line-through underline;
|
|
773
770
|
}
|
|
774
771
|
.dragon-editor-viewer .de-code {
|
|
772
|
+
display: inline-block;
|
|
775
773
|
padding: 2px 4px;
|
|
776
774
|
background: #f1f1f1;
|
|
777
775
|
color: #ff0000;
|