@servicetitan/navigation 1.4.9 → 1.4.11

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.
@@ -120,7 +120,7 @@
120
120
 
121
121
  .center {
122
122
  min-width: 0;
123
- overflow-x: auto;
123
+ overflow-x: hidden;
124
124
  overflow-y: hidden;
125
125
  }
126
126
 
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- &.minimized .link {
133
+ &.minimized .link-main {
134
134
  ins {
135
135
  display: none;
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/navigation",
3
- "version": "1.4.9",
3
+ "version": "1.4.11",
4
4
  "description": "Navigation components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,5 +43,5 @@
43
43
  "less": true,
44
44
  "webpack": false
45
45
  },
46
- "gitHead": "e6c5a8d3bf44352a2ae5eec3dc9703f6ff8f49f5"
46
+ "gitHead": "12b2dc29d40ca44be2121f987c7760d885e333b7"
47
47
  }
@@ -120,7 +120,7 @@
120
120
 
121
121
  .center {
122
122
  min-width: 0;
123
- overflow-x: auto;
123
+ overflow-x: hidden;
124
124
  overflow-y: hidden;
125
125
  }
126
126
 
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- &.minimized .link {
133
+ &.minimized .link-main {
134
134
  ins {
135
135
  display: none;
136
136
  }