@c8y/style 1023.52.0 → 1023.53.0

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": "@c8y/style",
3
- "version": "1023.52.0",
3
+ "version": "1023.53.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -101,6 +101,11 @@
101
101
  min-width: max-content;
102
102
  }
103
103
  }
104
+ &:has(.tabs-slider) {
105
+ .component-tabs {
106
+ min-width: max-content!important;
107
+ }
108
+ }
104
109
  }
105
110
  }
106
111
 
@@ -102,6 +102,11 @@
102
102
  min-width: max-content;
103
103
  }
104
104
  }
105
+ &:has(.tabs-slider) {
106
+ .component-tabs {
107
+ min-width: max-content!important;
108
+ }
109
+ }
105
110
  }
106
111
  }
107
112