X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9492d20a8752763c06952f600d3f5703be4fdc8a..278a2c5ea53471d34f933d7c83b70f2ea09c17ad:/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