From 5d72b922715e04f620026598624f6898e0f267c3 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 19 Mar 2016 14:11:09 +0100 Subject: Improving account grid cards layout for longer usernames and notes --- app/assets/stylesheets/accounts.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/assets/stylesheets/accounts.scss') diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss index 303360b1a..ab39c8be0 100644 --- a/app/assets/stylesheets/accounts.scss +++ b/app/assets/stylesheets/accounts.scss @@ -227,9 +227,12 @@ } .name { + width: 333-20-60-15px; + float: left; padding-top: 10px; a { + display: block; color: #282c37; text-decoration: none; -- cgit