From 7376c5e84d703357284bfd6169df412b0c8e7454 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Wed, 23 Oct 2019 16:42:51 +0200 Subject: [PATCH] Fix modal overlowX --- src/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme.ts b/src/theme.ts index 220c222e4..a6e8a37b1 100644 --- a/src/theme.ts +++ b/src/theme.ts @@ -101,7 +101,7 @@ export default (colors: IThemeColors): Theme => MuiDialogContent: { root: { "& label": { - width: "calc(100% - 14px)" + overflowX: "hidden" }, padding: "5px 24px 24px" }