From aef468357cd768cbbdb534b65565c7af6a83c1a4 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 22 Oct 2019 11:57:04 +0200 Subject: [PATCH] Fix modal overflow bar --- src/theme.ts | 3 +++ 1 file changed, 3 insertions(+) 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" } },