@mirweb/mir-web-components 2.9.9 → 2.9.10

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.
@@ -46,6 +46,7 @@ function setActiveTab(idx: number) {
46
46
  flex-direction: column;
47
47
  align-items: center;
48
48
  width: 100%;
49
+ margin: 30px 0px;
49
50
  }
50
51
 
51
52
  &__header {
@@ -126,6 +127,7 @@ function setActiveTab(idx: number) {
126
127
  &__content {
127
128
  width: 100%;
128
129
  max-width: 984px;
130
+ margin-top: -30px;
129
131
  }
130
132
  &__panel {
131
133
  display: none;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.9.9",
4
+ "version": "2.9.10",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"