@iroco/ui 0.52.1 → 0.52.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.
Files changed (2) hide show
  1. package/NavBar.svelte +2 -0
  2. package/package.json +1 -1
package/NavBar.svelte CHANGED
@@ -595,6 +595,8 @@ $:
595
595
  top: 4.45em;
596
596
  left: 0;
597
597
  overflow-x: hidden;
598
+ display: flex;
599
+ flex-direction: column;
598
600
  }
599
601
 
600
602
  .nav__sidebar__item-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "0.52.1",
3
+ "version": "0.52.2",
4
4
  "description": "Iroco design system based on Svelte",
5
5
  "main": "lib/index.ts",
6
6
  "svelte": "index.js",