nrc / find-work

find something Rusty to work on
Apache License 2.0
20 stars 20 forks source link

CSS overflow bug for issues without a body #27

Closed killercup closed 6 years ago

killercup commented 7 years ago

The negative margin of div.issueLabels should only be set if the preceding .issueBody is not empty. I'd change the CSS rule to .issueBody + .issueLabels and not render the .issueBody div if it is empty.

bildschirmfoto 2017-09-18 um 22 06 28