From 3282448878dd2640ea47dc1a77a4ae958ba8923e Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 26 Dec 2016 18:48:33 +0100 Subject: Fix #86 - resolve layout breaking on zoom-out on accounts grid --- app/assets/stylesheets/accounts.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/assets/stylesheets/accounts.scss') diff --git a/app/assets/stylesheets/accounts.scss b/app/assets/stylesheets/accounts.scss index e1d5043db..7f33f178d 100644 --- a/app/assets/stylesheets/accounts.scss +++ b/app/assets/stylesheets/accounts.scss @@ -283,8 +283,6 @@ } .name { - width: 333-20-60-15px; - float: left; padding-top: 10px; a { -- cgit