From 765bb26fad3b54f4a44f22c89d15383ef8aac93e Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Tue, 24 Mar 2020 11:47:56 -0700 Subject: [PATCH] Allow Firestore panels to stretch (#74) --- src/components/Firestore/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Firestore/index.scss b/src/components/Firestore/index.scss index 811ecf11c..2e8b56caa 100644 --- a/src/components/Firestore/index.scss +++ b/src/components/Firestore/index.scss @@ -15,6 +15,7 @@ */ @import '../common/color'; +@import '../common/utils'; @import '../App_variables'; .Firestore { @@ -42,6 +43,7 @@ display: flex; flex-direction: row !important; overflow: hidden; + flex: 1 1 auto; // grow panels to bottom of card } // TODO: Remove this wrapper and merge everything in document into a big list. @@ -98,6 +100,7 @@ padding: 0; .mdc-button { + @include ellipsis; border-radius: 0; width: 100%; }