From 4e73839804194d3e8d2995d99b3b88e2d3d092d6 Mon Sep 17 00:00:00 2001 From: seiyria Date: Sat, 12 Nov 2016 19:23:49 -0600 Subject: [PATCH] fix(upcoming): upcoming view would get squished if there were too many upcoming matches --- src/scss/site.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scss/site.scss b/src/scss/site.scss index c21d4d3..ddba65d 100644 --- a/src/scss/site.scss +++ b/src/scss/site.scss @@ -129,6 +129,8 @@ station { .upcoming-match { + min-height: 60px; + &:not(.small) { @include all-widths(600px);