mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
filled input label: remove optical spacing for horizontal
This commit is contained in:
@@ -251,7 +251,11 @@ export const components = (theme: Theme): ThemeOptions => {
|
||||
"&.labelHorizontal": {
|
||||
flexDirection: "row",
|
||||
alignItems: "center",
|
||||
"& .MuiInputLabel-root": { paddingRight: theme.spacing(1) },
|
||||
|
||||
"& .MuiInputLabel-root": {
|
||||
padding: 0,
|
||||
paddingRight: theme.spacing(1),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user