diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 14:11:09 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-19 14:11:09 +0100 |
commit | 5d72b922715e04f620026598624f6898e0f267c3 (patch) | |
tree | dfcd48b610588c3caa97f30f80c645f4ccbf770a /app/assets/stylesheets | |
parent | 71ae4dd3d2dbafc1ef6e7716c379d01ea194aafe (diff) |
Improving account grid cards layout for longer usernames and notes
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/accounts.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; |