kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

Text inputs bleed over question marks on Configuration page #30

Closed kevinburke closed 10 years ago

mikebell commented 10 years ago

I took a look at fixing this but it's a real pain in the ass. The padding (padding-right to be specific) on the text field is causing the issue.

This whole page needs looking at in terms of margin/padding/general wtfs.

If the help icons could be incorporated into the text fields that would be great. There's an example of nesting an icon inside bootstrap but I can't find it at the moment.

rushi commented 10 years ago

If you click on 'Discard Old builds' then the input[type=number] fields also bleed outside the container. This is another problem related to the padding

image