@bytebrand/fe-ui-core 4.1.114 → 4.1.115

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.114",
3
+ "version": "4.1.115",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -115,7 +115,7 @@ export const Theme = createTheme({
115
115
  MuiInputLabel: {
116
116
  styleOverrides: {
117
117
  root: ({ ownerState }) => ({
118
- maxWidth: 'calc(100% - 38px)',
118
+ maxWidth: 'calc(100% - 30px)',
119
119
  ...(ownerState.size === 'custom' && { // tslint:disable-line
120
120
  marginTop: isMobileOnly ? '0px' :'-4px',
121
121
  ['&.MuiInputLabel-shrink, &.Mui-focused']: {