You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/29 01:29:58 UTC

[whimsy.git] [1/1] Commit 6428e21: switch to smaller font for wider entries

Commit 6428e21834199e31931589c09bf32e9c5e2a9f22:
    switch to smaller font for wider entries


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/roster/views/committer.js.rb                             | ++++ -
------------------------------------------------------------
5 changes: 4 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committer.js.rb b/www/roster/views/committer.js.rb
index 12b6e10..d6711b2 100644
--- a/www/roster/views/committer.js.rb
+++ b/www/roster/views/committer.js.rb
@@ -149,7 +149,10 @@ def render
         if @committer.member.info
           _tr do
             _td 'Members.txt'
-            _td {_pre @committer.member.info}
+            _td do
+              _pre @committer.member.info,
+                class: ('small' if @committer.member.info =~ /.{81}/)
+            end
           end
         end