@bytebrand/fe-ui-core 4.1.102 → 4.1.104

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.102",
3
+ "version": "4.1.104",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -53,6 +53,8 @@
53
53
  [class*='MuiPaper-root'], [class*='MuiOutlinedInput-root']
54
54
  font-size: 14px !important
55
55
  height: 100%
56
+ [class*='MuiOutlinedInput-input']
57
+ padding: 5.5px 30px 7.5px 6px !important
56
58
 
57
59
  .saveSearch
58
60
  flex-basis: 20%