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