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):
Wondering why this theme sets a line-height of 20px with
!important
on it? Settingline-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
line-height: 1.5
(no important necessary)