]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdreavus
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 10 Dec 2018 21:01:58 +0000 (22:01 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 21:01:58 +0000 (22:01 +0100)
commit33bf29155bb81dcfbf7976b97072a4e0e13862d4
tree15ccdc5c8758d5c207973714a8b4879ef15482c1
parentdec7b1951608925f3e9b4f21397d114debc235e0
parentbbc26548306b593573b867af897d7aa98cd061ef
Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdreavus

Fix right arrow size for crate filter

This bug only appears when a crate has a long name:

<img width="1440" alt="screenshot 2018-12-08 at 16 36 21" src="https://user-images.githubusercontent.com/3050060/49687728-7de06180-fb07-11e8-8554-d32597351fac.png">

With this fix, it goes back to normal, whatever the size:

<img width="1440" alt="screenshot 2018-12-08 at 16 36 05" src="https://user-images.githubusercontent.com/3050060/49687730-8769c980-fb07-11e8-91b7-b5e1961211a2.png">

r? @QuietMisdreavus