If your like me, launchpads wrapping of paragraphs in comment boxes gets
under your skin, making it very difficult to follow tracebacks, logs,
etc.... see
https://bugs.launchpad.net/launchpad/+bug/545125

I finally got motivated to try and do something about it (at least in
chrome), as the above bug has been open for 4 years. Anyways one
solution people might be interested in

1. Use chrome
2. install the stylebot extension
3. Go to a launchpad bug
4. on the top right click css->open stylebot->edit css
5. add the text
p {
    max-width: 100%;
}
6. and save

your done

hope this helps keep a few people sane,
Derek.

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to