diff --git a/src/theme.ts b/src/theme.ts index 937f04fc6..96bfbc556 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -100,6 +100,9 @@ export default (colors: IThemeColors): Theme => }, MuiDialogContent: { root: { + "& label": { + width: "calc(100% - 14px)" + }, padding: "5px 24px 24px" } },