@bytebrand/fe-ui-core 4.2.42 → 4.2.43

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.42",
3
+ "version": "4.2.43",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -9,7 +9,7 @@
9
9
 
10
10
  +media-phone-up()
11
11
  max-width: 336px;
12
- padding-right: 16px;
12
+ padding-right: 14px;
13
13
  &::after
14
14
  content: '';
15
15
  position: absolute;
@@ -173,7 +173,8 @@
173
173
 
174
174
  [class*='labelContent']
175
175
  font-size: 12px
176
- padding-right: 62px;
176
+ +media-phone-up()
177
+ padding-right: 62px;
177
178
 
178
179
 
179
180
  .checkBoxGroup