afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.72k stars 355 forks source link

Why line-height: 20px !important on body? #97

Open i8ramin opened 7 years ago

i8ramin commented 7 years ago

Wondering why this theme sets a line-height of 20px with !important on it? Setting line-height: 1.5 would essentially be the same, but also work better for when larger text wraps. For example, using the Build Monitor Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Build+Monitor+Plugin):

line-height: 20px !important

screen shot 2016-12-23 at 2 13 50 pm

line-height: 1.5

(no important necessary)

screen shot 2016-12-23 at 2 14 24 pm