From 66d00ba9f3613505b77d76a02ecc18cdda179b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 27 Nov 2014 15:34:26 +0100 Subject: [PATCH] Improve layout styles to fit in window --- app/styles/modules/team/team-table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/team/team-table.scss b/app/styles/modules/team/team-table.scss index a0a95283..31e59f1b 100644 --- a/app/styles/modules/team/team-table.scss +++ b/app/styles/modules/team/team-table.scss @@ -3,7 +3,7 @@ padding: .5rem; } .username { - @include flex(5); + @include flex(3); min-width: 300px; } .member-stats {