js-draw 1.21.1 → 1.21.2
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/Editor.css +4 -2
- package/dist/bundle.js +2 -2
- package/dist/bundledStyles.js +1 -1
- package/dist/cjs/toolbar/widgets/InsertImageWidget/ImageWrapper.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/mjs/toolbar/widgets/InsertImageWidget/ImageWrapper.d.ts +1 -1
- package/dist/mjs/version.mjs +1 -1
- package/package.json +4 -4
package/dist/Editor.css
CHANGED
@@ -1630,7 +1630,7 @@
|
|
1630
1630
|
|
1631
1631
|
.editor-popup-menu-option {
|
1632
1632
|
display: flex;
|
1633
|
-
justify-content:
|
1633
|
+
justify-content: start;
|
1634
1634
|
cursor: pointer;
|
1635
1635
|
padding: 5px;
|
1636
1636
|
background-color: var(--background-color-1);
|
@@ -1646,7 +1646,9 @@
|
|
1646
1646
|
.editor-popup-menu-option > :first-child {
|
1647
1647
|
width: 1em;
|
1648
1648
|
height: 1em;
|
1649
|
-
|
1649
|
+
flex-shrink: 0;
|
1650
|
+
margin-inline-start: 0em;
|
1651
|
+
margin-inline-end: 0.25em;
|
1650
1652
|
}
|
1651
1653
|
|
1652
1654
|
.about-dialog-content > .scroll {
|