From 668c0d24098f7c050856341da0ed57410324fcbb Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Wed, 8 Apr 2015 09:57:42 -0700 Subject: [PATCH] Fixed wrapping issue --- app/assets/stylesheets/themes/default/pages/_matches.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/themes/default/pages/_matches.scss b/app/assets/stylesheets/themes/default/pages/_matches.scss index 7d9e40b..7c02079 100644 --- a/app/assets/stylesheets/themes/default/pages/_matches.scss +++ b/app/assets/stylesheets/themes/default/pages/_matches.scss @@ -65,6 +65,7 @@ div#match { .team-2 { max-height: $title-height; overflow: hidden; + clear: none; } .team-1 {