@windoc/react 0.3.8 → 0.3.10
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 +2 -2
- package/src/styles/editor.css +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windoc/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "React bindings for windoc editor",
|
|
5
5
|
"homepage": "https://aliansyahfirdaus.github.io/windoc/",
|
|
6
6
|
"repository": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-dom": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@windoc/core": "^0.3.
|
|
53
|
+
"@windoc/core": "^0.3.10"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19",
|
package/src/styles/editor.css
CHANGED
|
@@ -291,7 +291,7 @@ ul {
|
|
|
291
291
|
border: 1px solid #d0d5dd;
|
|
292
292
|
border-radius: 8px;
|
|
293
293
|
background: #fff;
|
|
294
|
-
padding: 0 4px;
|
|
294
|
+
padding: 0 18px 0 4px;
|
|
295
295
|
margin: 0 2px;
|
|
296
296
|
display: flex;
|
|
297
297
|
align-items: center;
|
|
@@ -954,7 +954,7 @@ ul {
|
|
|
954
954
|
|
|
955
955
|
.menu-item__line-height {
|
|
956
956
|
width: auto;
|
|
957
|
-
min-width:
|
|
957
|
+
min-width: 52px;
|
|
958
958
|
height: 28px;
|
|
959
959
|
position: relative;
|
|
960
960
|
display: flex;
|