@siemens/element-theme 48.5.0 → 48.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/element-theme",
3
- "version": "48.5.0",
3
+ "version": "48.5.2",
4
4
  "description": "Element CSS theme.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -127,7 +127,8 @@
127
127
  .icon {
128
128
  font-size: 20px;
129
129
  margin-inline-start: -4px;
130
- margin-block-start: -2px;
130
+ vertical-align: top;
131
+ padding-block: map.get(spacers.$spacers, 1);
131
132
  }
132
133
  }
133
134