From 6284311d13c479f7fedd06195e4705d5e6cbdc0e Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 13 Aug 2015 17:54:43 -0300 Subject: [PATCH] Small fix on dashboard layout --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/public/style.css b/public/style.css index 8b036c9..908a47c 100644 --- a/public/style.css +++ b/public/style.css @@ -171,3 +171,7 @@ font-size: 16px; color: rgb(97, 97, 97); } + +.gamification-rankings .ranking { + vertical-align: top; +} -- libgit2 0.21.2