From 614547a9dda8de3063157c91a2c18915a779f79b Mon Sep 17 00:00:00 2001 From: Daniel Weigh Date: Fri, 14 Feb 2014 19:06:38 -0500 Subject: [PATCH] VRFS-1123 Text wrapping. --- web/app/assets/stylesheets/client/band.css.scss | 5 +++++ web/app/assets/stylesheets/client/profile.css.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/web/app/assets/stylesheets/client/band.css.scss b/web/app/assets/stylesheets/client/band.css.scss index 7a310468e..37f40c2bb 100644 --- a/web/app/assets/stylesheets/client/band.css.scss +++ b/web/app/assets/stylesheets/client/band.css.scss @@ -152,6 +152,7 @@ font-size: 12px; font-weight: bold; margin-bottom: 2px; + padding-right:4px; } .stats { margin-top: 4px; @@ -162,6 +163,10 @@ .lcol { width: 148px; } + .whitespace { + // equal to lcol width. + padding-left: 148px; + } .instruments { width:128px; img { diff --git a/web/app/assets/stylesheets/client/profile.css.scss b/web/app/assets/stylesheets/client/profile.css.scss index 9e24ce83b..7ea0f6f47 100644 --- a/web/app/assets/stylesheets/client/profile.css.scss +++ b/web/app/assets/stylesheets/client/profile.css.scss @@ -211,6 +211,7 @@ font-size: 12px; font-weight: bold; margin-bottom: 2px; + padding-right:4px; } .stats { margin-top: 4px; @@ -221,6 +222,10 @@ .lcol { width: 148px; } + .whitespace { + // equal to lcol width. + padding-left: 148px; + } .instruments { width:128px; img {