@enki-tek/fms-web-components 0.1.67 → 0.1.68

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.
@@ -115,6 +115,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
115
115
  z-index: 1000;
116
116
  position: fixed;
117
117
  top: 90px;
118
+ width: fit-content;
118
119
  }
119
120
  #margin-alignment {
120
121
  height: calc(100vh - 146px);
@@ -128,6 +128,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
128
128
  z-index: 1000;
129
129
  position: fixed;
130
130
  top: 90px;
131
+ width: fit-content;
131
132
  }
132
133
  #margin-alignment {
133
134
  height: calc(100vh - 146px);
@@ -187,6 +187,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
187
187
  z-index: 1000;
188
188
  position: fixed;
189
189
  top: 90px;
190
+ width: fit-content;
190
191
  }
191
192
  #margin-alignment {
192
193
  height: calc(100vh - 146px);
@@ -159,6 +159,7 @@ ul {
159
159
  z-index: 1000 ;
160
160
  position: fixed ;
161
161
  top: 90px ;
162
+ width: fit-content;
162
163
  }
163
164
 
164
165
  #margin-alignment {
@@ -191,6 +191,7 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
191
191
  z-index: 1000;
192
192
  position: fixed;
193
193
  top: 90px;
194
+ width: fit-content;
194
195
  }
195
196
  #margin-alignment {
196
197
  height: calc(100vh - 146px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",