@stack-spot/portal-layout 2.24.0 → 2.24.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.24.1](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.24.0...portal-layout@v2.24.1) (2025-02-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * sidebar alignment 2212 ([#690](https://github.com/stack-spot/portal-commons/issues/690)) ([f684550](https://github.com/stack-spot/portal-commons/commit/f684550509128d206f60277dc67636cea1753e78))
9
+
3
10
  ## [2.24.0](https://github.com/stack-spot/portal-commons/compare/portal-layout@v2.23.3...portal-layout@v2.24.0) (2025-02-05)
4
11
 
5
12
 
package/dist/layout.css CHANGED
@@ -173,6 +173,7 @@ body {
173
173
 
174
174
  #menuSections .sections-footer {
175
175
  padding: 16px;
176
+ padding-left: 8px;
176
177
  }
177
178
 
178
179
  #menuSections .toggle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/portal-layout",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/layout.css CHANGED
@@ -173,6 +173,7 @@ body {
173
173
 
174
174
  #menuSections .sections-footer {
175
175
  padding: 16px;
176
+ padding-left: 8px;
176
177
  }
177
178
 
178
179
  #menuSections .toggle,