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

Overlapping text and icon in search bar on home page #176

Open risharaom opened 4 years ago

jcb-tn commented 4 years ago

image

NudeNULL commented 4 years ago

Yes please fix it

elawad commented 4 years ago

FYI, a workaround is to apply this to Configure System > Theme > Extra CSS:

#header #search-box {
  padding-left: 2em;
}
elawad commented 4 years ago

It's now updated https://github.com/afonsof/jenkins-material-theme/issues/168#issuecomment-613032706