Commit 6428e21834199e31931589c09bf32e9c5e2a9f22:
switch to smaller font for wider entries
Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>
------------------------------------------------------------
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