@bytebrand/fe-ui-core 4.1.83 → 4.1.84

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.1.83",
3
+ "version": "4.1.84",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -46,7 +46,8 @@
46
46
  font-weight: 700
47
47
 
48
48
  .sorting
49
- min-width: 180px;
49
+ min-width: 140px;
50
+ max-width: 285px;
50
51
  [class*='MuiPaper-root'], [class*='MuiOutlinedInput-root']
51
52
  font-size: 14px !important
52
53
 
@@ -56,7 +57,6 @@
56
57
  cursor: pointer
57
58
  font-size: 13px
58
59
  margin-left: auto
59
- margin-right: 10px
60
60
  color: $skyBlue
61
61
  +media-tablet-down()
62
62
  flex-basis: unset