From 3d578b971d14bc816da8ad4ace5db635a73aa35d Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Fri, 10 Jul 2020 17:23:05 -0300 Subject: [PATCH 1/1] 15610: Reduces vertical spacing on ExpansionPanel sub-component. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/common/custom-theme.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 270a81d666..d93b37b79b 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -108,6 +108,12 @@ export const themeOptions: ArvadosThemeOptions = { marginTop: '8px', } }, + MuiExpansionPanelDetails: { + root: { + marginBottom: 0, + paddingBottom: '4px', + } + }, MuiExpansionPanelSummary: { content: { '&$expanded': { -- 2.30.2