@rogieking/figui3 8.9.13 → 8.9.14

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/components.css CHANGED
@@ -5683,9 +5683,11 @@ fig-menu-item {
5683
5683
  &[direction="vertical"] {
5684
5684
  align-self: stretch;
5685
5685
  width: 1px;
5686
+ max-width: 1px;
5686
5687
  height: auto;
5687
5688
  min-height: var(--spacer-3);
5688
5689
  margin: 0;
5690
+ padding: 0;
5689
5691
  }
5690
5692
 
5691
5693
  &[borderless]:not([borderless="false"]) {