@mirweb/mir-web-components 2.9.5 → 2.9.7

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.
@@ -50,12 +50,25 @@ function setActiveTab(idx: number) {
50
50
 
51
51
  &__header {
52
52
  display: flex;
53
- justify-content: center;
54
- gap: 30px;
53
+ justify-content: flex-start;
54
+ gap: 15px;
55
55
  margin-bottom: 30px;
56
+ max-width: 100vw;
56
57
  position: relative;
57
58
  width: 100%;
58
- max-width: $screen-lg-min;
59
+ overflow-x: auto;
60
+ padding: 0px 30px 1px 30px;
61
+ scrollbar-width: thin;
62
+ -webkit-overflow-scrolling: touch;
63
+
64
+ @include sm {
65
+ gap: 30px;
66
+ justify-content: center;
67
+ max-width: $screen-lg-min;
68
+ overflow-x: visible;
69
+ padding-bottom: 0;
70
+ }
71
+
59
72
  &-line {
60
73
  position: absolute;
61
74
  left: 0;
@@ -78,6 +91,7 @@ function setActiveTab(idx: number) {
78
91
  position: relative;
79
92
  z-index: 1;
80
93
  transition: $transition-color;
94
+ white-space: nowrap;
81
95
 
82
96
  &::after {
83
97
  content: "";
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.5",
4
+ "version": "2.9.7",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"