@1money/component-ui 0.0.56-alpha.1 → 0.0.56-alpha.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.
@@ -360,12 +360,12 @@
360
360
  }
361
361
  .om-component-ui-navigation-collapsed .om-component-ui-navigation-menu {
362
362
  gap: var(--om-spacing-200, 8px);
363
- align-items: center;
363
+ align-items: stretch;
364
364
  width: 100%;
365
365
  }
366
366
  .om-component-ui-navigation-collapsed .om-component-ui-navigation-settings {
367
367
  gap: var(--om-spacing-200, 8px);
368
- align-items: center;
368
+ align-items: stretch;
369
369
  width: 100%;
370
370
  }
371
371
  .om-component-ui-navigation-collapsed .om-component-ui-navigation-divider {