dragon-editor 3.4.0 → 3.4.1

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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "dragon-editor",
3
3
  "configKey": "dragon-editor",
4
- "version": "3.4.0"
4
+ "version": "3.4.1"
5
5
  }
@@ -181,12 +181,14 @@ const props = defineProps<{
181
181
  * 노드 스타일
182
182
  */
183
183
  .dragon-editor-viewer {
184
- display: grid;
184
+ display: flex;
185
+ flex-direction: column;
185
186
  gap: 4px;
186
187
  width: 100%;
187
188
  height: 100%;
188
189
  padding: 20px;
189
190
  line-height: 1.6;
191
+ box-sizing: border-box;
190
192
  }
191
193
  .dragon-editor-viewer .de-block {
192
194
  width: 100%;
@@ -133,12 +133,14 @@
133
133
  * 노드 스타일
134
134
  */
135
135
  .dragon-editor-viewer {
136
- display: grid;
136
+ display: flex;
137
+ flex-direction: column;
137
138
  gap: 4px;
138
139
  width: 100%;
139
140
  height: 100%;
140
141
  padding: 20px;
141
142
  line-height: 1.6;
143
+ box-sizing: border-box;
142
144
  }
143
145
  .dragon-editor-viewer .de-block {
144
146
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dragon-editor",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Javascript WYSIWYG editor in Nuxt3!",
5
5
  "repository": {
6
6
  "type": "git",