From b005e1ab586583b3ac18f1674f91059897bc8d0c Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 15 Dec 2016 10:00:37 +0800 Subject: [PATCH] UX: Left align columns on groups page. --- app/assets/stylesheets/common/base/groups.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index cb9e69f01ef..2002b6f46de 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -31,13 +31,13 @@ padding: 5px 0px 5px 5px; color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); font-weight: normal; + text-align: left; } tr { border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); td { - text-align: center; color: dark-light-diff($primary, $secondary, 50%, -50%); padding: 0.8em 0; }