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 CHANGED
@@ -1630,7 +1630,7 @@
1630
1630
 
1631
1631
  .editor-popup-menu-option {
1632
1632
  display: flex;
1633
- justify-content: left;
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
- margin-right: 0.25em;
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 {