Skip to content

Commit

Permalink
Allow Firestore panels to stretch (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Stirrat authored Mar 24, 2020
1 parent 3f2d07e commit 765bb26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Firestore/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

@import '../common/color';
@import '../common/utils';
@import '../App_variables';

.Firestore {
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -98,6 +100,7 @@
padding: 0;

.mdc-button {
@include ellipsis;
border-radius: 0;
width: 100%;
}
Expand Down

0 comments on commit 765bb26

Please sign in to comment.