[ARVADOS-WORKBENCH2] updated: 1.4.1-378-g3d578b97

Git user git at public.arvados.org
Fri Jul 10 20:24:01 UTC 2020


Summary of changes:
 src/common/custom-theme.ts | 6 ++++++
 1 file changed, 6 insertions(+)

       via  3d578b971d14bc816da8ad4ace5db635a73aa35d (commit)
      from  0ef145be19d3ec0880cece45399c2b83950b4510 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 3d578b971d14bc816da8ad4ace5db635a73aa35d
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Jul 10 17:23:05 2020 -0300

    15610: Reduces vertical spacing on ExpansionPanel sub-component.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts
index 270a81d6..d93b37b7 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': {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list