Skip to content

Commit

Permalink
Don't flex height-match interior for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Sep 11, 2024
1 parent 67c4f92 commit 7103b65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/scp-head/src/assertions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@
.height-match > [class^="a_"] {
grid-column: 1 / -1;
grid-row: 1 / -1;
display: flex !important;
flex-direction: column;
justify-content: space-between;
display: block !important;
}

@include channel("A", "", ".", 1, 9);
Expand Down

0 comments on commit 7103b65

Please sign in to comment.