@c8y/style 1022.45.2 → 1022.46.1

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": "1022.45.2",
3
+ "version": "1022.46.1",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -364,6 +364,10 @@
364
364
  font-weight: 500;
365
365
  }
366
366
 
367
+ .dropdown{
368
+ min-width: unset;
369
+ }
370
+
367
371
  @media (max-width: @screen-xs-max) {
368
372
  flex-wrap: wrap;
369
373
  padding: @component-padding;