X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9492d20a8752763c06952f600d3f5703be4fdc8a..37bf8e2f6e4349eb0a04781fca67b65fd66e1a47:/lib/rich_text.rb diff --git a/lib/rich_text.rb b/lib/rich_text.rb index 2b7e31009..87ea58933 100644 --- a/lib/rich_text.rb +++ b/lib/rich_text.rb @@ -36,7 +36,7 @@ module RichText link_proportion = 0 end - return [link_proportion - 0.2, 0.0].max * 200 + link_count * 20 + return [link_proportion - 0.2, 0.0].max * 200 + link_count * 40 end protected