gkoberger / BugzillaJS

A userscript that adds additional functionality to bugzilla
https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/
43 stars 18 forks source link

fix comment div alignment nits #111

Closed lonnen closed 9 years ago

lonnen commented 9 years ago

Override the negative margin on comment headers to restore padding all the way around the element. Remove width restrictions on comment inner divs that did not apply to outer divs.

Takes this: before

To this: after

lonnen commented 9 years ago

Ping?

rik commented 9 years ago

Sorry, I read the pull request on a phone and forgot to act on it after.

I seem to remember we don't want to change the width of fields in Bugzilla because of formatting. Checking with @globau first.

globau commented 9 years ago

i can't think of any reason why this would be a problem. we'll be doing a similar thing on bmo with the ui redesign work.

rik commented 9 years ago

Thanks for the clarification!