blog.rust-lang.org icon indicating copy to clipboard operation
blog.rust-lang.org copied to clipboard

Long line unnecessarily increase page width

Open AMythicDev opened this issue 5 years ago • 0 comments

This line in Announcing Rust 1.47.0 causes the width of the page to increase and breaks the uniformity of the website

This issue only occurs in mobile devices

checked_add,checked_sub,checked_mul,checked_neg, 

Suggested Improvement

One should probably break it into seperate lines to wrap it correctly, putting a line break right after checked_mul,

AMythicDev avatar Nov 14 '20 10:11 AMythicDev