From d05001b0158d44fdf8422c6d7652736a16849baf Mon Sep 17 00:00:00 2001 From: GloriousCode Date: Thu, 19 Oct 2017 16:32:04 +1100 Subject: [PATCH] Expanded panels now pop out more with some added girth/width --- web/src/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/styles.scss b/web/src/styles.scss index f2f8bd4d..947deb1b 100644 --- a/web/src/styles.scss +++ b/web/src/styles.scss @@ -40,6 +40,8 @@ body { .mat-expansion-panel-spacing { margin: 16px auto !important; + width: 85%; + }