@bytebrand/fe-ui-core 4.2.43 → 4.2.44

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": "@bytebrand/fe-ui-core",
3
- "version": "4.2.43",
3
+ "version": "4.2.44",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -73,9 +73,9 @@
73
73
  .labelContent
74
74
  flex: 1 1 auto
75
75
  color: $grey-3;
76
- @media (min-width: 1040px) and (max-width: 1112px)
76
+ @media (min-width: 990px) and (max-width: 1112px)
77
77
  max-width: 230px
78
- padding:0px!important
78
+ padding-right: 10px !important;
79
79
 
80
80
  .icon
81
81
  display: block